Set the default game name to the player name.

This commit is contained in:
Matthias Mailänder
2021-08-22 11:17:26 +02:00
committed by teinarss
parent 54c08748e0
commit 5bf4daddec
3 changed files with 7 additions and 7 deletions

View File

@@ -222,7 +222,7 @@ namespace OpenRA.Server
Type = type;
Settings = settings;
Settings.Name = OpenRA.Settings.SanitizedServerName(Settings.Name);
Settings.Name = Game.Settings.SanitizedServerName(Settings.Name);
ModData = modData;