mirror of
https://github.com/songoda/UltimateStacker.git
synced 2025-02-17 03:41:20 +01:00
Removed debug :o ouch.
This commit is contained in:
parent
f0912f6352
commit
5d703e1168
@ -33,7 +33,6 @@ public class EntityStackManager {
|
||||
.replace(";", "");
|
||||
if (!name.contains(":")) return null;
|
||||
String split = name.split(":")[0];
|
||||
System.out.println(customName);
|
||||
int amount = Methods.isInt(split) ? Integer.parseInt(split) : 0;
|
||||
addStack(entity, amount);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user