From 752f95e9137f7da3809ac93e753395e0b1169e69 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Fri, 18 Jul 2014 13:50:41 +0200 Subject: [PATCH] Regex: Fix plugin title. --- plugins/testsuite/regex_test.sma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/testsuite/regex_test.sma b/plugins/testsuite/regex_test.sma index 8a524bc1..7e5e4df1 100644 --- a/plugins/testsuite/regex_test.sma +++ b/plugins/testsuite/regex_test.sma @@ -7,7 +7,7 @@ public plugin_init() { - register_plugin("UTF-8 Test", AMXX_VERSION_STR, "AMXX Dev Team"); + register_plugin("Regex Test", AMXX_VERSION_STR, "AMXX Dev Team"); register_srvcmd("regex_test", "OnServerCommand"); }