1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-03-17 20:58:13 +02:00

Mtn: fix local non local

This commit is contained in:
Gerkiz 2024-10-02 23:58:36 +02:00
parent b0e1ac1bf8
commit 158cac00db

View File

@ -70,7 +70,7 @@ local function upperCase(str)
return (str:gsub('^%l', string.upper))
end
function notify_season_over_to_discord()
local function notify_season_over_to_discord()
local server_name_matches = Server.check_server_name(scenario_name)
local stateful = Public.get_stateful()