Hotfix to stop crashing the server.

This will need to be fixed properly; probably while we implement
chunking.
This commit is contained in:
2020-09-17 21:22:31 +02:00
parent e79f179628
commit 001564a257
3 changed files with 14 additions and 9 deletions

View File

@@ -210,5 +210,5 @@ public:
static void printPacket(CNPacketData *data, int type);
virtual void newConnection(CNSocket* cns);
virtual void killConnection(CNSocket* cns);
virtual void onStep(); // called every 2 seconds
virtual void onStep();
};