mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-12-25 18:48:54 +01:00
finish unreverting leaderboard fix/clean up
This commit is contained in:
parent
b012d9c0c0
commit
4548152a27
@ -117,8 +117,9 @@ public class Leaderboard
|
||||
*/
|
||||
private boolean isGridWellFormed()
|
||||
{
|
||||
if (topLeft == null)
|
||||
if (topLeft == null) {
|
||||
return false;
|
||||
}
|
||||
|
||||
BlockState state = topLeft.getBlock().getState();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user