finish unreverting leaderboard fix/clean up
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user