LOG.print取消"short"输出方式

This commit is contained in:
MrZ626
2020-09-10 01:00:45 +08:00
parent 2b3198b4dc
commit aa9dca918d
2 changed files with 5 additions and 8 deletions

View File

@@ -2735,7 +2735,7 @@ function player.act.restart(P)
TASK.removeTask_code(TICK.autoPause)
resetPartGameData()
else
LOG.print(text.holdR,"short")
LOG.print(text.holdR,20,color.orange)
end
end
function player.act.insLeft(P,auto)