Some internal "race" to "faction" renaming

This commit is contained in:
Pavel Penev
2015-08-22 02:32:37 +03:00
parent d803a06a1e
commit 09f67d18bb
29 changed files with 75 additions and 75 deletions

View File

@@ -748,7 +748,7 @@ namespace OpenRA.Mods.Common.Server
if (targetClient.Index != client.Index && !client.IsAdmin)
return true;
// Map has disabled race changes
// Map has disabled faction changes
if (server.LobbyInfo.Slots[targetClient.Slot].LockFaction)
return true;