1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00

Apply wmikita's suggestion

This commit is contained in:
Desour 2025-03-24 11:59:51 +01:00
parent 85db322f58
commit c56b8d25cf
2 changed files with 1 additions and 2 deletions

View file

@ -1885,7 +1885,7 @@ enable_client_modding (Client modding) [client] bool false
# Where to enable server-sent client-side modding (SSCSM).
# Warning: Experimental.
enable_sscsm (Client modding) enum off off,singleplayer,localhost,lan,worldwide
enable_sscsm (Enable SSCSM) enum nowhere nowhere,singleplayer,localhost,lan,everywhere
# Replaces the default main menu with a custom one.
main_menu_script (Main menu script) [client] string

View file

@ -1,4 +1,3 @@
local scriptpath = core.get_builtin_path()
local commonpath = scriptpath .. "common" .. DIR_DELIM
local mypath = scriptpath .. "sscsm_client".. DIR_DELIM