ShindouMihou/Velen

[Prefix Manager Fixes]

Closed this issue · 0 comments

prefixes.put(server, prefixLoader.load(server));

All of these should check if the prefix value is null and handle it appropriately by defaulting to the default prefix, in the case of the reloadPrefix. I think I would prefer having it remove the prefix if it is null though, it's not a critical thing to change since it's still part of the end-user to ensure that the value shouldn't really be null (in my opinion).