Skip to content

Commit

Permalink
Remove unused class var
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Aug 27, 2024
1 parent 12d63dd commit 65b8d07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mod/Jailbreak.SpecialDay/SpecialDays/NoScopeDay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@ private void disableScope(CCSPlayerController player) {
}

private class NoScopeSettings : FFASettings {
private readonly NoScopeDay day;

public NoScopeSettings(NoScopeDay day) {
this.day = day;
CtTeleport = TeleportType.RANDOM;
TTeleport = TeleportType.RANDOM;
RestrictWeapons = true;
Expand Down

0 comments on commit 65b8d07

Please sign in to comment.