Set the default game name to the player name.
This commit is contained in:
committed by
teinarss
parent
54c08748e0
commit
5bf4daddec
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user