Remove Brew when its Item combusts

This commit is contained in:
Sn0wStorm
2013-08-19 17:41:16 +02:00
parent a166d6cfe6
commit 4496e94e55
2 changed files with 25 additions and 6 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ public class Brew {
return 0;
}
// remove potion from file (drinking, despawning, should be more!)
// remove potion from file (drinking, despawning, combusting, should be more!)
public static void remove(ItemStack item) {
potions.remove(getUID(item));
}