mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
Added cmd Delete
This commit is contained in:
@@ -102,7 +102,7 @@ public class Brew {
|
||||
return 0;
|
||||
}
|
||||
|
||||
// remove potion from file (drinking, despawning, combusting, should be more!)
|
||||
// remove potion from file (drinking, despawning, combusting, cmdDeleting, should be more!)
|
||||
public static void remove(ItemStack item) {
|
||||
potions.remove(getUID(item));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user