mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-05 20:23: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 = {
|
public Plugin myinfo = {
|
||||||
name = "L4D2 Misc Tools",
|
name = "L4D2 Misc Tools",
|
||||||
author = "Includes: Notice on laser use, Timer for gauntlet runs",
|
description = "Includes useful tools, like laser pickup detection and model changing.",
|
||||||
description = "jackzmc",
|
author = "jackzmc",
|
||||||
version = PLUGIN_VERSION,
|
version = PLUGIN_VERSION,
|
||||||
url = "https://github.com/Jackzmc/sourcemod-plugins"
|
url = "https://github.com/Jackzmc/sourcemod-plugins"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue