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