Skip to content

Commit

Permalink
opps
Browse files Browse the repository at this point in the history
  • Loading branch information
Arch-Shaman committed Jan 13, 2025
1 parent e3e503d commit 1972cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LuaRules/Configs/Resignstate_overrides.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ do
["polish flag"] = {time = 60, mintime = 20},
["winniedapoohv3"] = {time = 60, mintime = 20},
}
local mapName = string.lower(game.mapName)
local mapName = string.lower(Game.mapName)
if mapTable[mapName] then
overrideTime = mapTable[mapName].time
overrideMinTime = mapTable[mapName].mintime
Expand Down

0 comments on commit 1972cdb

Please sign in to comment.