1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-11-09 03:25:28 +01:00

Allow image formats other than PNG for game backgrounds in the main menu (#16395)

This commit is contained in:
frogTheSecond
2025-11-06 11:42:26 +01:00
committed by GitHub
parent 8042b5512f
commit e82495d98c
4 changed files with 56 additions and 41 deletions

View File

@@ -43,7 +43,7 @@ end
-- Chat command handler
--
core.chatcommands = core.registered_chatcommands -- BACKWARDS COMPATIBILITY
core.chatcommands = core.registered_chatcommands -- backwards compatibility
local msg_time_threshold =
tonumber(core.settings:get("chatcommand_msg_time_threshold")) or 0.1