Fix a typo in the Lua API description of OnDiscovered

This commit is contained in:
abcdefg30
2019-01-07 13:00:14 +01:00
committed by reaperrr
parent 72c90d84a8
commit 599d174f33

View File

@@ -441,7 +441,7 @@ namespace OpenRA.Mods.Common.Scripting
}
[Desc("Call a function when this actor is discovered by an enemy or a player with a Neutral stance. " +
"The callback function will be called as func(Actor discovered, Player discoverer). +" +
"The callback function will be called as func(Actor discovered, Player discoverer). " +
"The player actor needs the 'EnemyWatcher' trait.")]
public void OnDiscovered(Actor a, LuaFunction func)
{