Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ing-Range into main
  • Loading branch information
rayzerbrain committed May 30, 2022
2 parents a3ff810 + 9af6b00 commit 720adfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Spectator-Shooting-Range
[![Github All Releases](https://img.shields.io/github/downloads/rayzerbrain/SpectatorShootingRange/total.svg)]()

An SCP:SL Exiled 5.0 plugin implementing a shooting range for spectators. The range is located outside of the wall perpendicular to the escape tunnel, that is, the wall the MTF helicopter flies over. This location can be changed inside of the configuration if deemed necessary

### To install
Expand Down
1 change: 0 additions & 1 deletion ShootingRange/EventHandlers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public void OnVerified(VerifiedEventArgs ev)
ev.Player.Broadcast(PluginMain.Singleton.Config.DeathBroadcast);
});
}

public void OnDied(DiedEventArgs ev) => Timing.RunCoroutine(OnDiedCoroutine(ev.Target, ev.Killer != null && ev.Killer.Role == RoleType.Scp049));
private IEnumerator<float> OnDiedCoroutine(Player plyr, bool byDoctor)
{
Expand Down

0 comments on commit 720adfc

Please sign in to comment.