Added a null check to deserialize & serialize method for the LocationTypeAdapter.

This commit is contained in:
ProSavage
2018-10-23 13:20:20 -05:00
parent 9aeb70404d
commit 558b7bcd2c
3 changed files with 93 additions and 80 deletions

View File

@@ -215,11 +215,8 @@ public class SavageFactions extends MPlugin {
}
setupPlaceholderAPI();
postEnable();
this.setupPlaceholderAPI();
this.postEnable();
this.loadSuccessful = true;
}