From c2d2e8aef5a33bb14cd6c6b7a09d3565b846ed29 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 21 Jul 2006 06:45:37 +0000 Subject: [PATCH] Fixed issue am41768 (wrong plugin name) --- plugins/ts/statssounds.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ts/statssounds.sma b/plugins/ts/statssounds.sma index c4353e73..ca8b34f2 100755 --- a/plugins/ts/statssounds.sma +++ b/plugins/ts/statssounds.sma @@ -25,5 +25,5 @@ public plugin_precache(){ } public plugin_init() { - register_plugin("TFC Sounds Precache",AMXX_VERSION_STR,"AMXX Dev Team") + register_plugin("TS Sounds Precache",AMXX_VERSION_STR,"AMXX Dev Team") } \ No newline at end of file