Add map change warning state

This commit is contained in:
Vortrex
2022-09-22 05:19:27 -05:00
parent be476f5d9c
commit ba900addc5
2 changed files with 9 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ let interiorLightsEnabled = true;
let interiorLightsColour = toColour(0, 0, 0, 150);
let mouseCameraEnabled = false;
let mouseCursorEnabled = false;
let currentPickup = false;
@@ -97,6 +98,6 @@ let localPlayerMoneyInterval = null;
let currencyString = "${AMOUNT}";
let mapChangeWarning = false;
// ===========================================================================