1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2026-01-01 16:45:33 +01:00
Files
homedecor_modpack/computer/fusrodah/_.lua
2014-07-18 19:33:01 -04:00

5 lines
76 B
Lua

local name = "foo:bar"
local modname = name:gsub(":.*", "")
print(modname)