Rename and clean up MaplePlayerNPC
This commit is contained in:
@@ -352,7 +352,7 @@ public class MapleMap {
|
||||
return -1;
|
||||
}
|
||||
|
||||
public void addPlayerNPCMapObject(MaplePlayerNPC pnpcobject) {
|
||||
public void addPlayerNPCMapObject(PlayerNPC pnpcobject) {
|
||||
objectWLock.lock();
|
||||
try {
|
||||
this.mapobjects.put(pnpcobject.getObjectId(), pnpcobject);
|
||||
|
||||
Reference in New Issue
Block a user