mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-12-26 19:18:47 +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()
|
private boolean isGridWellFormed()
|
||||||
{
|
{
|
||||||
if (topLeft == null)
|
if (topLeft == null) {
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
BlockState state = topLeft.getBlock().getState();
|
BlockState state = topLeft.getBlock().getState();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user