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