mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-02 03:15:52 -04:00
few fixes
This commit is contained in:
@@ -526,7 +526,7 @@ public class PlayerService implements INetworkDispatch {
|
||||
/*
|
||||
* Resets to level 0
|
||||
*/
|
||||
public void resetLevel(CreatureObject creature, int level) {
|
||||
public void resetLevel(CreatureObject creature) {
|
||||
PlayerObject player = (PlayerObject) creature.getSlottedObject("ghost");
|
||||
|
||||
for (SWGObject equipment : creature.getEquipmentList()) {
|
||||
@@ -669,8 +669,9 @@ public class PlayerService implements INetworkDispatch {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
} catch (InstantiationException | IllegalAccessException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user