Browse Source

Change plugin info

nosoop 5 years ago
parent
commit
e4a5cdb20a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      scripting/botmanager.sp

+ 2 - 2
scripting/botmanager.sp

@@ -9,10 +9,10 @@
 
 public Plugin:myinfo = {
 	name		= "[TF2] Bot Manager",
-	author		= "Dr. McKay",
+	author		= "nosoop (forked from Dr. McKay)",
 	description	= "Allows for customization of TFBots",
 	version		= PLUGIN_VERSION,
-	url			= "http://www.doctormckay.com"
+	url			= "http://csrd.science"
 };
 
 new Handle:cvarBotQuota;