mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-16 07:10:35 +01:00
5 lines
76 B
Lua
5 lines
76 B
Lua
|
|
local name = "foo:bar"
|
|
local modname = name:gsub(":.*", "")
|
|
print(modname)
|