Fix bug (again)

This commit is contained in:
SweetSea-ButImNotSweet
2024-01-04 15:45:09 +07:00
parent b8ec5df9dc
commit 1117b5390c

View File

@@ -505,7 +505,7 @@ function mergeStat(stat,delta)-- Merge delta stat. to global stat.
end
end
end
function coreValid()-- Check if any unranked mods are activated
function scoreValid()-- Check if any unranked mods are activated
for _,sel in next,GAME.mod do
if sel>0 then return false end
end