Removed erroneous print line in server startup

This commit is contained in:
bushtail
2023-07-09 04:25:37 +00:00
committed by Ryan
parent caad0ceaf9
commit 6d96611d69
@@ -51,8 +51,6 @@ class ConstructionGuideBook : InteractionListener {
}
override fun defineListeners() {
println(intArrayOf(DialogueInterpreter.getDialogueKey("book:conguide")))
// There is supposedly a book here.
on(Items.CONSTRUCTION_GUIDE_8463, IntType.ITEM, "read") { player, _ ->
if (settings!!.isDevMode && settings!!.isBeta) {