Moved some methods around
This commit is contained in:
@@ -440,7 +440,7 @@ public class PlacementFragment extends Fragment{
|
||||
}
|
||||
|
||||
boolean unlocked(Block block){
|
||||
return !world.isCampaign() || data.isUnlocked(block);
|
||||
return !state.isCampaign() || data.isUnlocked(block);
|
||||
}
|
||||
|
||||
/** Returns the currently displayed block in the top box. */
|
||||
|
||||
Reference in New Issue
Block a user