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

Commit

Permalink
Fix spawn command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonWizard committed Mar 27, 2019
1 parent 80b6bbd commit 58bdae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A custom weapon plugin for SCP:SL Smod2 servers that adds a tranquilizer gun. Wh
## Commands
Command | Description
:---: | ---
`IMSPAWN 105 <playerID>` | Gives a tranquilizer gun to the player identified by `playerID`.
`IMSPAWN <playerID> 105` | Gives a tranquilizer gun to the player identified by `playerID`.

## Configuration
Config Option | Value Type | Default Value | Description
Expand Down
2 changes: 1 addition & 1 deletion TranquilizerGun/TranqGunPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace TranquilizerGun
name = "TranquilizerGun",
description = "Adds a tranquilizer gun with temporarily ragdolls players.",
id = "xyz.wizardlywonders.TranquilizerGun",
version = "1.2.0",
version = "1.2.1",
SmodMajor = 3,
SmodMinor = 3,
SmodRevision = 0
Expand Down

0 comments on commit 58bdae5

Please sign in to comment.