Revert client colours to their preferred colours after the map is changed to a map which doesn't lock colours.
This commit is contained in:
@@ -374,6 +374,8 @@ namespace OpenRA.Server
|
||||
return;
|
||||
if (pr.LockColor)
|
||||
c.ColorRamp = pr.ColorRamp;
|
||||
else
|
||||
c.ColorRamp = c.PreferredColorRamp;
|
||||
if (pr.LockRace)
|
||||
c.Country = pr.Race;
|
||||
if (pr.LockSpawn)
|
||||
|
||||
Reference in New Issue
Block a user