forked from 2009Scape/Server
Removed erroneous print line in server startup
This commit is contained in:
parent
caad0ceaf9
commit
6d96611d69
1 changed files with 0 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue