MES消息增加error图标,减淡边框
This commit is contained in:
@@ -376,7 +376,7 @@ do--function DATA.saveRecording()
|
||||
FILE.save(REPLAY,'conf/replay')
|
||||
return true
|
||||
else
|
||||
MES.new('warn',"Save failed: File already exists")
|
||||
MES.new('error',"Save failed: File already exists")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -484,7 +484,7 @@ do--function resetGameData(args)
|
||||
end
|
||||
end
|
||||
else
|
||||
MES.new('warn',"Wrong task type")
|
||||
MES.new('error',"Wrong task type")
|
||||
end
|
||||
end
|
||||
BG.set(GAME.modeEnv.bg)
|
||||
|
||||
@@ -122,7 +122,7 @@ local function pumpStream(d)
|
||||
if res then
|
||||
DATA.pumpRecording(stream,P.stream)
|
||||
else
|
||||
MES.new('warn',"Bad stream from "..P.username.."#"..P.uid,.2)
|
||||
MES.new('error',"Bad stream from "..P.username.."#"..P.uid,.2)
|
||||
end
|
||||
break
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user