Disabled test mod
This commit is contained in:
parent
93652cc0f0
commit
5ce828b247
1 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue