Skip to content

Commit

Permalink
fix ISSUE[#8]
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-tz committed Apr 26, 2024
1 parent 51aa9f4 commit 9ef663c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ZBin/lua_scripts/SelectPlay.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
-- gSwitchNum["state"] = "normal"
-- end
-- end
gNormalPlay = gOppoConfig.NorPlay
if USE_CUSTOM_REF_CONFIG then
gNormalPlay = gRefConfig["NormalPlay"]
else
gNormalPlay = gOppoConfig.NorPlay
end
-- 先注掉,在需要时可以开启使用
-- if (not IS_TEST_MODE) and USE_SWITCH and gSwitchNum["state"] == "backup" then
-- dofile("./lua_scripts/opponent/Backup.lua")
Expand Down

0 comments on commit 9ef663c

Please sign in to comment.