fixed warnings for VC++

This commit is contained in:
2020-08-22 13:38:27 -05:00
parent 2072bdcff7
commit 35b424c531
6 changed files with 11 additions and 11 deletions

View File

@@ -133,7 +133,7 @@ protected:
void init();
bool active = true;
long int lastTimer;
uint64_t lastTimer;
public:
PacketHandler pHandler;