mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-27 12:45:25 +01:00
Null check.
This commit is contained in:
parent
2399e68c67
commit
df87a4aa7f
@ -215,6 +215,7 @@ public class IslandManager {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (data != null)
|
||||
data.setIslandCreationCount(amt + 1);
|
||||
|
||||
Island island = new Island(player);
|
||||
|
Loading…
Reference in New Issue
Block a user