Fix the ability for IPData refcount to go negative
This commit is contained in:
@@ -170,9 +170,6 @@ export default class CollabVMServer {
|
||||
this.sendVoteUpdate();
|
||||
}
|
||||
|
||||
// Unreference the IP data.
|
||||
user.IP.Unref();
|
||||
|
||||
if (this.indefiniteTurn === user) this.indefiniteTurn = null;
|
||||
|
||||
this.clients.splice(clientIndex, 1);
|
||||
|
||||
Reference in New Issue
Block a user