Set default current pickup to null
This commit is contained in:
@@ -115,7 +115,7 @@ class ClientData {
|
|||||||
|
|
||||||
// Misc
|
// Misc
|
||||||
this.changingCharacterName = false;
|
this.changingCharacterName = false;
|
||||||
this.currentPickup = false;
|
this.currentPickup = null;
|
||||||
this.usingSkinSelect = false;
|
this.usingSkinSelect = false;
|
||||||
this.keyBinds = [];
|
this.keyBinds = [];
|
||||||
this.incomingDamageMultiplier = 1;
|
this.incomingDamageMultiplier = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user