mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-04-17 23:12:34 +03:00
Fix getting url
This commit is contained in:
parent
a784ae1c0f
commit
32c7e6bf0f
@ -80,10 +80,10 @@ void amx_command()
|
|||||||
print_srvconsole(" Version: %s\n", plugin->getVersion());
|
print_srvconsole(" Version: %s\n", plugin->getVersion());
|
||||||
print_srvconsole(" Author: %s\n", plugin->getAuthor());
|
print_srvconsole(" Author: %s\n", plugin->getAuthor());
|
||||||
|
|
||||||
auto url = plugin->getDescription();
|
auto url = plugin->getUrl();
|
||||||
if (url[0])
|
if (url[0])
|
||||||
{
|
{
|
||||||
print_srvconsole(" URL: %s\n", plugin->getUrl());
|
print_srvconsole(" URL: %s\n", url);
|
||||||
}
|
}
|
||||||
|
|
||||||
auto description = plugin->getDescription();
|
auto description = plugin->getDescription();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user