Changed maven artifactID names

This commit is contained in:
simon
2017-11-22 17:05:50 -05:00
parent 6be2a496c6
commit 29cac77e79
10 changed files with 10 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ public class NpcPlugin extends ServerPlugin implements GameObjectDeserializer {
@Override
public GameObject deserializeObject(JSONObject object) {
;
int objType = (int) (long) object.get("type");
if (objType == HarvesterNPC.ID) {