房间版本不一致时显示的文本会根据设置语言变化

This commit is contained in:
MrZ626
2021-08-04 21:24:43 +08:00
parent f088bdcf8b
commit f4c0d19734

View File

@@ -77,7 +77,7 @@ function scene.keyDown(key)
if R.roomInfo.version==VERSION.room then
NET.enterRoom(R,passwordBox.value)
else
MES.new('error',"Version doesn't compatible 版本不兼容")
MES.new('error',text.versionNotMatch)
end
else
WIDGET.keyPressed(key)