Fix up server script

This commit is contained in:
zontreck 2024-08-14 00:13:51 -07:00
parent 1efc73ae4e
commit 07c9e29b8d
3 changed files with 9 additions and 11 deletions

View file

@ -95,4 +95,6 @@ integer MASK_CUSTOM_TEXT_COLOR = 2;
integer MASK_WHITEFRAME = 4;
integer STATE_REBOOT_PENDING =1;
integer STATE_REBOOT_FAST = 2;
integer STATE_REBOOT_FAST = 2;
string g_sTextureSet;