2
0
Fork 0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-08-03 04:39:37 +03:00

Regex: Fix plugin title.

This commit is contained in:
Arkshine 2014-07-18 13:50:41 +02:00
commit 752f95e913

View file

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