Vanessa Ezekowitz 888b0ebfec "explode" all modpacks into their individual components
(you can't have a modpack buried inside a modpack)
2016-04-01 21:10:04 -04:00

4 lines
175 B
Lua

-- Form for chatcommand /streets
streets.forms.chatcmd = smartfs.create("streets:chatcmd", function(state)
state:load(streets.modpath .. "/forms/cmd_streets.smartfs")
end)