Exiled-Team / DiscordIntegration

GNU General Public License v3.0
13 stars 36 forks source link

Minor Fix #15

Closed SrLicht closed 4 years ago

joker-119 commented 4 years ago

Do not push your arbitrary changes to the sln and csproj files

DGvagabond commented 4 years ago

public override void OnDisabled()

Line 126 should be Handlers.Player.Dying -= PlayerEvents.OnPlayerDeath; opposed to Handlers.Player.Dying += PlayerEvents.OnPlayerDeath;