Skip to content

Commit

Permalink
make replay command admin only
Browse files Browse the repository at this point in the history
  • Loading branch information
compujuckel committed Apr 6, 2024
1 parent 29b23f7 commit 6bd9c29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ReplayPlugin/ReplayCommandModule.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
using AssettoServer.Commands;
using AssettoServer.Commands.Attributes;
using AssettoServer.Network.Tcp;
using Qmmands;
using SerilogTimings;

namespace ReplayPlugin;

[RequireAdmin]
public class ReplayCommandModule : ACModuleBase
{
private readonly ReplayManager _replayManager;
Expand Down

0 comments on commit 6bd9c29

Please sign in to comment.