mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-05 23:03:20 +00:00
Fix swapped author, desc fields
This commit is contained in:
parent
41a3c4b06f
commit
fb863fcd5e
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ static float OUT_OF_BOUNDS[3] = {0.0, -1000.0, 0.0};
|
|||
|
||||
public Plugin myinfo = {
|
||||
name = "L4D2 Misc Tools",
|
||||
author = "Includes: Notice on laser use, Timer for gauntlet runs",
|
||||
description = "jackzmc",
|
||||
description = "Includes useful tools, like laser pickup detection and model changing.",
|
||||
author = "jackzmc",
|
||||
version = PLUGIN_VERSION,
|
||||
url = "https://github.com/Jackzmc/sourcemod-plugins"
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue