ConanServerManager Beta 1.1.69.5

This commit is contained in:
Brett Hewitson 2022-05-08 01:17:19 +10:00
parent 0a4a65703f
commit 5374f8c7da
4 changed files with 28 additions and 4 deletions

View file

@ -529,8 +529,8 @@
<sys:String x:Key="ConsoleStatus_Disconnected">Disconnected</sys:String>
<sys:String x:Key="ConsoleStatus_Connected">Connected</sys:String>
<sys:String x:Key="Player_Join">Player '{0}' joined the game.</sys:String>
<sys:String x:Key="Player_Leave">Player '{0}' left the game.</sys:String>
<sys:String x:Key="Player_Join">'{0}' joined the game.</sys:String>
<sys:String x:Key="Player_Leave">'{0}' left the game.</sys:String>
<!--#endregion-->
<!--#region PlayerListWindow Window -->