mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-01-03 08:10:43 +00:00
Hotfix to stop crashing the server.
This will need to be fixed properly; probably while we implement chunking.
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user