mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
Reset pvp bitmask on disconnect
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user