Fix Lua DisplaySystemMessage writing twice
This commit is contained in:
@@ -206,7 +206,7 @@ namespace OpenRA.Mods.Common.Scripting
|
||||
|
||||
if (string.IsNullOrEmpty(prefix))
|
||||
Game.AddSystemLine(text);
|
||||
|
||||
else
|
||||
Game.AddSystemLine(prefix, text);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user