commit
611760cb38
|
@ -250,7 +250,7 @@
|
|||
action
|
||||
{
|
||||
play "mouse_click";
|
||||
exec "getautoupdate";
|
||||
uiScript "getAutoUpdate";
|
||||
}
|
||||
onFocus
|
||||
{
|
||||
|
@ -308,4 +308,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
setLocalVarString ui_hint_text "";
|
||||
|
||||
#define CHECK_FOR_UPDATE_ACTION \
|
||||
exec "checkforupdate"; \
|
||||
uiScript "checkForUpdate"; \
|
||||
open "auconfirm";
|
||||
|
||||
#define CREATE_GAME_ACTION \
|
||||
|
|
Loading…
Reference in New Issue