We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5d52c commit 7585b19Copy full SHA for 7585b19
EXILED/Exiled.Events/Handlers/Internal/Round.cs
@@ -44,7 +44,7 @@ namespace Exiled.Events.Handlers.Internal
44
internal static class Round
45
{
46
/// <inheritdoc cref="Handlers.Player.OnUsedItem" />
47
- public static void OnServerOnUsingCompleted(ReferenceHub hub, UsableItem usable) => Handlers.Player.OnUsedItem(new (hub, usable));
+ public static void OnServerOnUsingCompleted(ReferenceHub hub, UsableItem usable) => Handlers.Player.OnUsedItem(new (hub, usable, false));
48
49
/// <inheritdoc cref="Handlers.Server.OnWaitingForPlayers" />
50
public static void OnWaitingForPlayers()
0 commit comments