Skip to content

Commit

Permalink
remove debug thing, blame jacob1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Mar 12, 2018
1 parent 138410c commit 6d515c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/client/GameSave.cpp
Expand Up @@ -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;

Expand Down

2 comments on commit 6d515c3

@QuanTech0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's all jacob1's fault

@iczero
Copy link
Contributor

@iczero iczero commented on 6d515c3 Mar 12, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jacob1 is to be blamed

Please sign in to comment.