Finished Unity

This commit is contained in:
Waverunner
2014-03-13 18:38:55 -04:00
parent 53669148eb
commit 2023e40596
18 changed files with 200 additions and 47 deletions
+3
View File
@@ -697,6 +697,9 @@ public class SimulationService implements INetworkDispatch {
final CreatureObject object = (CreatureObject) client.getParent();
PlayerObject ghost = (PlayerObject) object.getSlottedObject("ghost");
if(object.getAttachment("proposer") != null)
object.setAttachment("proposer", null);
//session.suspendWrite();
final long objectId = object.getObjectID();