From 6d515c30099d6ced720cfecc75ce2da6ccac14db Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sun, 11 Mar 2018 23:03:11 -0400 Subject: [PATCH] remove debug thing, blame jacob1 --- src/client/GameSave.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/client/GameSave.cpp b/src/client/GameSave.cpp index 3ec15ca12..e6f36f510 100644 --- a/src/client/GameSave.cpp +++ b/src/client/GameSave.cpp @@ -2106,9 +2106,6 @@ char * GameSave::serialiseOPS(unsigned int & dataLength) //Store saved particle index+1 for this partsptr index (0 means not saved) partsSaveIndex[i] = (partsCount++) + 1; - RESTRICTVERSION(94, 0); - RESTRICTRENDERVERSION(93, 0); - //Type (required) partsData[partsDataLen++] = particles[i].type;