mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-08 20:12:11 +00:00
Move chatcommands to a seperate mod
This commit is contained in:
parent
133480f8a2
commit
44c1be6a55
292 changed files with 50 additions and 45 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- Maps mod for SSG
|
||||
function place_map(map)
|
||||
local map_path = core.get_modpath("maps") .. "/maps/"
|
||||
local map_data = dofile(map_path .. map .. "/map.lua")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue