mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-28 05:35:33 +01:00
Remove debug message
This commit is contained in:
parent
feb6fd1527
commit
f3cb079d12
@ -1396,7 +1396,6 @@ public class QuestFactory implements ConversationAbandonedListener {
|
|||||||
if (questSection == null) {
|
if (questSection == null) {
|
||||||
questSection = data.createSection("quests");
|
questSection = data.createSection("quests");
|
||||||
}
|
}
|
||||||
System.out.println("id= " + context.getSessionData(CK.Q_ID));
|
|
||||||
ConfigurationSection newSection;
|
ConfigurationSection newSection;
|
||||||
if (context.getSessionData(CK.Q_ID) == null) {
|
if (context.getSessionData(CK.Q_ID) == null) {
|
||||||
// Creating
|
// Creating
|
||||||
|
Loading…
Reference in New Issue
Block a user