Add sleep before refreshing controls

Vanilla commit:

e6e0d057dd
This commit is contained in:
ebaydayz
2016-10-29 15:52:55 -04:00
parent fda831bf4f
commit 0be3a8522e
7 changed files with 66 additions and 16 deletions

View File

@@ -1208,6 +1208,9 @@ class FSM
itemno = 32;
init = /*%FSM<STATEINIT""">*/"diag_log 'player_forceSave called from fsm';" \n
"//call player_forceSave;" \n
"" \n
"//Check for bad controls at login" \n
"false spawn ui_updateControls;" \n
"" \n
"publicVariableServer ""PVDZ_plr_LoginRecord"";"/*%FSM</STATEINIT""">*/;
precondition = /*%FSM<STATEPRECONDITION""">*/""/*%FSM</STATEPRECONDITION""">*/;