Correct a typo in Spawn Object rewriting

This commit is contained in:
Thinkofdeath 2014-07-21 09:48:21 +01:00
parent 65eba06980
commit fc0a21f548

View File

@ -76,7 +76,7 @@ class EntityMap_1_7_2 extends EntityMap
} else if ( readId == newId ) } else if ( readId == newId )
{ {
packet.setInt( packetIdLength + idLength + 15, oldId ); packet.setInt( packetIdLength + idLength + 15, oldId );
changedId = newId; changedId = oldId;
} }
if ( changedId != -1 ) if ( changedId != -1 )
{ {