Skip to content

Commit 7585b19

Browse files
committed
PLEASEEEEEE
1 parent 6d5d52c commit 7585b19

File tree

1 file changed

+1
-1
lines changed
  • EXILED/Exiled.Events/Handlers/Internal

1 file changed

+1
-1
lines changed

EXILED/Exiled.Events/Handlers/Internal/Round.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace Exiled.Events.Handlers.Internal
4444
internal static class Round
4545
{
4646
/// <inheritdoc cref="Handlers.Player.OnUsedItem" />
47-
public static void OnServerOnUsingCompleted(ReferenceHub hub, UsableItem usable) => Handlers.Player.OnUsedItem(new (hub, usable));
47+
public static void OnServerOnUsingCompleted(ReferenceHub hub, UsableItem usable) => Handlers.Player.OnUsedItem(new (hub, usable, false));
4848

4949
/// <inheritdoc cref="Handlers.Server.OnWaitingForPlayers" />
5050
public static void OnWaitingForPlayers()

0 commit comments

Comments
 (0)