Skip to content

Commit 7237feb

Browse files
committed
Lock command to root flag
1 parent ac0c625 commit 7237feb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/Handlers/Commands.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ public static void OnForceVoteCommand(CCSPlayerController? player, CommandInfo c
292292
Votes_OnVoteReached(voteManager);
293293
}
294294

295+
[RequiresPermissions(new string[] { "@css/root" })]
295296
private static void SkipPistolRoundCommand(CCSPlayerController? player, CommandInfo commandInfo)
296297
{
297298
if (player == null)

0 commit comments

Comments
 (0)