mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
Regex: Fix plugin title.
This commit is contained in:
parent
ce92ef745c
commit
752f95e913
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
public plugin_init()
|
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");
|
register_srvcmd("regex_test", "OnServerCommand");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user