Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonWizard committed Jan 20, 2019
2 parents 4f5eb60 + 8ced472 commit 2dca493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DisconnectDrop/MiscEventHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public void OnFixedUpdate(FixedUpdateEvent ev)
}
catch (Exception e)
{
plugin.Info(e.StackTrace);
plugin.Error(e.StackTrace);
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A simple plugin for SCP:SL Smod2 servers, which drops a player's inventory in th
**[Smod2](https://github.com/Grover-c13/Smod2) must be installed for this to work.**

1. Grab the [latest release](https://github.com/NeonWizard/SCP-DisconnectDrop/releases/latest) of DisconnectDrop.
2) Place DisconnectDrop.dll in your server's `sm_plugins` folder.
2. Place DisconnectDrop.dll in your server's `sm_plugins` folder.

## Commands
Command | Value Type | Description
Expand Down

0 comments on commit 2dca493

Please sign in to comment.