Set default current pickup to null

This commit is contained in:
Vortrex
2022-10-29 10:05:56 -05:00
parent 98fda983a5
commit 455e87bd87

View File

@@ -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;