mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
Fixed loading of new scenes for travel
This commit is contained in:
@@ -320,7 +320,7 @@ public class PlayerService implements INetworkDispatch {
|
||||
DatatableVisitor experienceTable;
|
||||
PlayerObject player = (PlayerObject) creature.getSlottedObject("ghost");
|
||||
|
||||
synchronized(objectMutex) {
|
||||
//synchronized(objectMutex) {
|
||||
try {
|
||||
experienceTable = ClientFileManager.loadFile("datatables/player/player_level.iff", DatatableVisitor.class);
|
||||
|
||||
@@ -486,7 +486,7 @@ public class PlayerService implements INetworkDispatch {
|
||||
} catch (InstantiationException | IllegalAccessException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
||||
public void addPlayerTitle(PlayerObject player, String title) {
|
||||
|
||||
Reference in New Issue
Block a user