Simplified some control flow statements
This commit is contained in:
@@ -73,7 +73,7 @@ final public class EntitySingularity extends EntityItem
|
||||
}
|
||||
|
||||
// check... other name.
|
||||
if ( matches == false )
|
||||
if ( !matches )
|
||||
{
|
||||
for (ItemStack is : OreDictionary.getOres( "dustEnderPearl" ))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user