Fix typo in EntityMap
This commit is contained in:
parent
224db6596e
commit
4c5689d10e
@ -57,7 +57,7 @@ public class EntityMap
|
||||
{
|
||||
for ( int i = 0; i < ints.length; i++ )
|
||||
{
|
||||
if ( ints[i] = true )
|
||||
if ( ints[i] )
|
||||
{
|
||||
varints[i] = true;
|
||||
ints[i] = false;
|
||||
|
Loading…
Reference in New Issue
Block a user