Disabled test mod

This commit is contained in:
bi 2018-05-26 13:19:45 +03:00
parent 93652cc0f0
commit 5ce828b247

View file

@ -42,13 +42,6 @@ return {
object.vmf.mods_unload_event(true) object.vmf.mods_unload_event(true)
func(self) func(self)
end) end)
-- @TODO: temporary V2 fix for not working event
--if not VT1 then Boot._machine._notify_mod_manager = true end
-- temporary solution:
local mod = new_mod("test_mod")
mod:initialize("scripts/mods/vmf/modules/testing_stuff_here")
end, end,
update = function(object, dt) update = function(object, dt)