Properly document DeploymentActivation event

This commit is contained in:
Jordan Dominion
2023-11-05 00:01:03 -04:00
parent 31ac130b45
commit 9044eb041d
@@ -163,7 +163,7 @@
DeploymentCleanup,
/// <summary>
/// Whenever a deployment is about to be used by the game server. May fire multiple times per deployment.
/// Whenever a deployment is about to be used by the game server. May fire multiple times per deployment. Parameters: Game directory path
/// </summary>
[EventScript("DeploymentActivation")]
DeploymentActivation,