修复自定义拼图进去就报错(复制的时候漏了一行)
This commit is contained in:
@@ -40,6 +40,7 @@ return{
|
|||||||
load=function()
|
load=function()
|
||||||
applyCustomGame()
|
applyCustomGame()
|
||||||
PLY.newPlayer(1)
|
PLY.newPlayer(1)
|
||||||
|
local ENV=GAME.modeEnv
|
||||||
local AItype=ENV.opponent:sub(1,2)
|
local AItype=ENV.opponent:sub(1,2)
|
||||||
local AIlevel=tonumber(ENV.opponent:sub(-1))
|
local AIlevel=tonumber(ENV.opponent:sub(-1))
|
||||||
if AItype=="9S"then
|
if AItype=="9S"then
|
||||||
|
|||||||
Reference in New Issue
Block a user