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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user