Chat Actions: blocked raycast workaround [2]
This commit is contained in:
parent
77b7643744
commit
d0e691fd12
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ return {
|
||||||
object.vmf.mods_update_event(dt)
|
object.vmf.mods_update_event(dt)
|
||||||
object.vmf.check_pressed_keybinds()
|
object.vmf.check_pressed_keybinds()
|
||||||
object.vmf.check_custom_menus_close_keybinds(dt)
|
object.vmf.check_custom_menus_close_keybinds(dt)
|
||||||
|
object.vmf.execute_queued_chat_command()
|
||||||
if VT1 then object.vmf.check_mutators_state() end
|
if VT1 then object.vmf.check_mutators_state() end
|
||||||
|
|
||||||
if not object.vmf.all_mods_were_loaded and Managers.mod._state == "done" then
|
if not object.vmf.all_mods_were_loaded and Managers.mod._state == "done" then
|
||||||
|
|
Loading…
Add table
Reference in a new issue