getting the right name in pluginversions
This commit is contained in:
2
misc.py
2
misc.py
@@ -102,7 +102,7 @@ def onPluginversionsCommand(sender, args):
|
||||
plugins.sort(key=lambda pl: pl.getName())
|
||||
msg(sender, "&3Listing all " + str(len(plugins)) + " plugins and their version:")
|
||||
for plugin in plugins:
|
||||
msg(sender, "&6" + plugin.getName() + "&r: &e" + plugin.getDescription().getVersion())
|
||||
msg(sender, "&6" + plugin.getDescription().getName() + "&r: &e" + plugin.getDescription().getVersion())
|
||||
return True
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user