mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 06:38:56 +00:00
Added Tab Completer, with perms cache
This commit is contained in:
@@ -215,6 +215,9 @@ public class P extends JavaPlugin {
|
||||
// Reload Cauldron Particle Recipes
|
||||
BCauldron.reload();
|
||||
|
||||
// Clear Recipe completions
|
||||
TabListener.reload();
|
||||
|
||||
// Reload Recipes
|
||||
boolean successful = true;
|
||||
for (Brew brew : Brew.legacyPotions.values()) {
|
||||
|
||||
Reference in New Issue
Block a user