Fix swapped author, desc fields

This commit is contained in:
Jackzie 2024-11-19 20:10:54 -06:00
parent 41a3c4b06f
commit fb863fcd5e

View file

@ -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"
}; };