暂时使用未完成的MES模块替换LOG模块
This commit is contained in:
@@ -35,7 +35,7 @@ local function _quit()
|
||||
NET.signal_quit()
|
||||
else
|
||||
lastBackTime=TIME()
|
||||
LOG.print(text.sureQuit,'warn')
|
||||
MES.new(text.sureQuit)
|
||||
end
|
||||
end
|
||||
local function _switchChat()
|
||||
@@ -220,7 +220,7 @@ function scene.socketRead(cmd,d)
|
||||
resetGameData('n',NET.seed)
|
||||
netPLY.mouseMove(0,0)
|
||||
else
|
||||
LOG.print("Redundant [Go]",'warn')
|
||||
MES.new("Redundant [Go]")
|
||||
end
|
||||
elseif cmd=='finish'then
|
||||
playing=false
|
||||
|
||||
Reference in New Issue
Block a user