Fix skin select

This commit is contained in:
Vortrex
2021-11-16 02:01:27 -06:00
parent fc9471b8de
commit ff0158d24d
2 changed files with 42 additions and 40 deletions

View File

@@ -59,4 +59,7 @@ let mouseCameraEnabled = false;
let currentPickup = false;
// Pre-cache all allowed skins
let allowedSkins = getAllowedSkins(getGame());
// ===========================================================================