Chat Actions: blocked raycast workaround [2]

This commit is contained in:
bi 2018-05-26 11:57:04 +03:00
parent 77b7643744
commit d0e691fd12

View file

@ -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