mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-14 07:09:04 +00:00
Changed maven artifactID names
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user