From 42724f51289d04d53a785b1130ef530c00720a57 Mon Sep 17 00:00:00 2001
From: vanx <61917534+Vaaankas@users.noreply.github.com>
Date: Fri, 13 Sep 2024 21:00:01 +0300
Subject: [PATCH] summary typo fix
---
.../_White/Weapons/Melee/Events/MeleeAttemptedEvent.cs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Content.Shared/_White/Weapons/Melee/Events/MeleeAttemptedEvent.cs b/Content.Shared/_White/Weapons/Melee/Events/MeleeAttemptedEvent.cs
index c5a61947c9..0c62977913 100644
--- a/Content.Shared/_White/Weapons/Melee/Events/MeleeAttemptedEvent.cs
+++ b/Content.Shared/_White/Weapons/Melee/Events/MeleeAttemptedEvent.cs
@@ -19,7 +19,7 @@ public record struct MeleeAttemptedEvent
public bool Cancelled { get; private set; }
- ///
+ ///
/// Prevent the weapon from attacking
///
public void Cancel()
@@ -27,7 +27,7 @@ public void Cancel()
Cancelled = true;
}
- ///
+ ///
/// Allow the weapon to attack again, only use if you know what you are doing
///
public void Uncancel()