Fix typo in EntityMap

This commit is contained in:
Thinkofdeath 2014-02-04 11:03:12 +00:00
parent 224db6596e
commit 4c5689d10e

View File

@ -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;