finish unreverting leaderboard fix/clean up

This commit is contained in:
Brian 2013-01-03 22:31:56 -05:00
parent b012d9c0c0
commit 4548152a27

View File

@ -117,8 +117,9 @@ public class Leaderboard
*/
private boolean isGridWellFormed()
{
if (topLeft == null)
if (topLeft == null) {
return false;
}
BlockState state = topLeft.getBlock().getState();