InsaneProtestor/mods/ip_roads/streetsmod/forms.lua
2022-11-22 02:03:45 -05: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)