Fixed loading of new scenes for travel

This commit is contained in:
Light2
2013-11-21 01:26:09 +01:00
parent b6921a7dc9
commit 3f721f876f
4 changed files with 16 additions and 10 deletions
+2 -2
View File
@@ -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) {