Update changelog

This commit is contained in:
Raoul Van den Berge
2016-08-06 23:00:14 +02:00
parent 56774d4674
commit e73bc5b2e7
2 changed files with 6 additions and 5 deletions

View File

@@ -375,7 +375,7 @@ public class TileGrid extends TileNode implements IGrid {
@Override
public int getSearchBoxMode() {
return (worldObj != null && worldObj.isRemote) ? SEARCH_BOX_MODE.getValue() : searchBoxMode;
return worldObj.isRemote ? SEARCH_BOX_MODE.getValue() : searchBoxMode;
}
@Override