Added cmd Delete

This commit is contained in:
Sn0wStorm
2013-08-21 00:04:24 +02:00
parent 925107fdfc
commit d1e9ad29f8
3 changed files with 45 additions and 6 deletions
+1 -1
View File
@@ -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));
}