mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-04-05 01:09:05 +03:00
Revert "Displaying the URL of the plugin if it is present"
This reverts commit 9e31230368449966d16635c696d97c04adadeaa9.
This commit is contained in:
parent
0f5cf26270
commit
0de45b63d0
@ -79,11 +79,7 @@ void amx_command()
|
||||
print_srvconsole(" Name: %s\n", plugin->getTitle());
|
||||
print_srvconsole(" Version: %s\n", plugin->getVersion());
|
||||
print_srvconsole(" Author: %s\n", plugin->getAuthor());
|
||||
|
||||
if (auto url = plugin->getUrl(); url[0])
|
||||
{
|
||||
print_srvconsole(" URL: %s\n", plugin->getUrl());
|
||||
}
|
||||
print_srvconsole(" URL: %s\n", plugin->getUrl());
|
||||
|
||||
auto description = plugin->getDescription();
|
||||
if (description[0] != '\0')
|
||||
|
Loading…
x
Reference in New Issue
Block a user