Skip to content

Commit 9044eb0

Browse files
committed
Properly document DeploymentActivation event
1 parent 31ac130 commit 9044eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tgstation.Server.Host/Components/Events/EventType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public enum EventType
163163
DeploymentCleanup,
164164

165165
/// <summary>
166-
/// Whenever a deployment is about to be used by the game server. May fire multiple times per deployment.
166+
/// Whenever a deployment is about to be used by the game server. May fire multiple times per deployment. Parameters: Game directory path
167167
/// </summary>
168168
[EventScript("DeploymentActivation")]
169169
DeploymentActivation,

0 commit comments

Comments
 (0)