mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-26 04:36:06 +01:00
Remove debug message
This commit is contained in:
parent
f1b527064d
commit
d2b0d33d48
@ -253,7 +253,6 @@ public class ItemStackPrompt extends FixedSetPrompt implements ColorUtil {
|
||||
cc.getForWhom().sendRawMessage(RED + Lang.get("itemCreateInvalidName"));
|
||||
return new NamePrompt();
|
||||
} else {
|
||||
System.out.println("name - " + mat.name());
|
||||
cc.setSessionData("tempName", mat.name());
|
||||
cc.setSessionData("tempAmount", 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user