暴力修复回合制开关玩家控制的问题(开始摆烂,准备重构)

This commit is contained in:
MrZ_26
2022-01-05 19:58:19 +08:00
parent 30a700d0be
commit 4ba05ae80c
2 changed files with 21 additions and 1 deletions

View File

@@ -782,7 +782,7 @@ function draw.norm(P,repMode)
_drawFXs(P)
--Draw current block
if P.alive and P.cur then
if P.alive and P.control and P.cur then
local C=P.cur
local curColor=C.color