Reset pvp bitmask on disconnect

This commit is contained in:
Treeku
2014-05-02 21:14:49 +01:00
parent 5e522cf03b
commit cdbf244b27
+2
View File
@@ -762,6 +762,8 @@ public class SimulationService implements INetworkDispatch {
if(object.getAttachment("proposer") != null)
object.setAttachment("proposer", null);
object.setPvPBitmask(0);
//session.suspendWrite();
final long objectId = object.getObjectID();