房间版本不一致时显示的文本会根据设置语言变化
This commit is contained in:
@@ -77,7 +77,7 @@ function scene.keyDown(key)
|
|||||||
if R.roomInfo.version==VERSION.room then
|
if R.roomInfo.version==VERSION.room then
|
||||||
NET.enterRoom(R,passwordBox.value)
|
NET.enterRoom(R,passwordBox.value)
|
||||||
else
|
else
|
||||||
MES.new('error',"Version doesn't compatible 版本不兼容")
|
MES.new('error',text.versionNotMatch)
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
WIDGET.keyPressed(key)
|
WIDGET.keyPressed(key)
|
||||||
|
|||||||
Reference in New Issue
Block a user