Disarm popup entity name fix

This commit is contained in:
Vera Aguilera Puerto
2021-01-09 21:38:29 +01:00
parent d81a5faac4
commit d709695263
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ namespace Content.Server.Interfaces.GameObjects
/// <summary>
/// Behavior when the entity is disarmed.
/// Return true to prevent the default disarm behavior,
/// or rest of IDisarmAct behaviors that come after this one from happening.
/// or rest of IDisarmedAct behaviors that come after this one from happening.
/// </summary>
bool Disarmed(DisarmedActEventArgs eventArgs);