Mark non-moddable translation strings as constant.
This commit is contained in:
committed by
Gustas
parent
4f016f149f
commit
760a1245c5
@@ -17,7 +17,7 @@ namespace OpenRA.Server
|
||||
class PlayerMessageTracker
|
||||
{
|
||||
[TranslationReference("remaining")]
|
||||
static readonly string ChatTemporaryDisabled = "chat-temp-disabled";
|
||||
const string ChatTemporaryDisabled = "chat-temp-disabled";
|
||||
|
||||
readonly Dictionary<int, List<long>> messageTracker = new Dictionary<int, List<long>>();
|
||||
readonly Server server;
|
||||
|
||||
Reference in New Issue
Block a user