mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +00:00
Makes Character Select compatible with Personal Star Counter (#348)
This commit is contained in:
parent
49be9d159b
commit
c97f2dd033
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ charBeingSet = false
|
||||||
|
|
||||||
stopPalettes = false
|
stopPalettes = false
|
||||||
for i in pairs(gActiveMods) do
|
for i in pairs(gActiveMods) do
|
||||||
if (gActiveMods[i].incompatible ~= nil and gActiveMods[i].incompatible:find("gamemode")) and not (gActiveMods[i].name:find("Personal Star Counter EX+")) then
|
if (gActiveMods[i].incompatible ~= nil and gActiveMods[i].incompatible:find("gamemode")) and not (gActiveMods[i].name:find("Personal Star Counter")) then
|
||||||
stopPalettes = true
|
stopPalettes = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue