1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Apply wmikita's suggestion

This commit is contained in:
Desour 2025-03-24 11:59:51 +01:00
parent 8027e1e08c
commit 6f03d072ec
3 changed files with 1 additions and 3 deletions

View file

@ -1947,7 +1947,7 @@ enable_client_modding (Client modding) [client] bool false
# Where to enable server-sent client-side modding (SSCSM). # Where to enable server-sent client-side modding (SSCSM).
# Warning: Experimental. # 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. # Replaces the default main menu with a custom one.
main_menu_script (Main menu script) [client] string main_menu_script (Main menu script) [client] string

View file

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

View file

@ -1,4 +1,3 @@
set(client_SCRIPT_SSCSM_SRCS set(client_SCRIPT_SSCSM_SRCS
${CMAKE_CURRENT_SOURCE_DIR}/sscsm_controller.cpp ${CMAKE_CURRENT_SOURCE_DIR}/sscsm_controller.cpp
${CMAKE_CURRENT_SOURCE_DIR}/sscsm_environment.cpp ${CMAKE_CURRENT_SOURCE_DIR}/sscsm_environment.cpp