Correct a typo in Spawn Object rewriting
This commit is contained in:
parent
65eba06980
commit
fc0a21f548
@ -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 )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user