MilkBowl / Vault

Vault of common APIs for Bukkit Plugins
GNU Lesser General Public License v3.0
495 stars 350 forks source link

Fix null in square brackets in /vault-info #929

Open leonardo-dgs opened 6 months ago

leonardo-dgs commented 6 months ago

When there are no plugins for economy, permissions and chat, this is the output of the /vault-info command:

[Vault] Economy: None [null]
[Vault] Permission: SuperPerms [SuperPerms]
[Vault] Chat: None [null]

Now:

[Vault] Economy: None
[Vault] Permission: SuperPerms [SuperPerms]
[Vault] Chat: None