File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
game/src/main/kotlin/content Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ class Hank : Script {
1818 }
1919 }
2020 }
21- }
21+ }
Original file line number Diff line number Diff line change @@ -2,15 +2,10 @@ package content.entity.player.modal.tab
22
33import com.github.michaelbull.logging.InlineLogger
44import content.quest.refreshQuestJournal
5- import world.gregs.voidps.cache.definition.data.InterfaceDefinition
65import world.gregs.voidps.engine.Script
76import world.gregs.voidps.engine.client.clearCamera
8- import world.gregs.voidps.engine.client.sendInterfaceSettings
9- import world.gregs.voidps.engine.client.sendScript
107import world.gregs.voidps.engine.client.ui.InterfaceApi
118import world.gregs.voidps.engine.data.definition.QuestDefinitions
12- import world.gregs.voidps.engine.entity.character.player.Player
13- import world.gregs.voidps.engine.queue.softQueue
149import world.gregs.voidps.engine.timer.Timer
1510
1611class QuestJournals (val questDefinitions : QuestDefinitions ) : Script {
@@ -72,6 +67,5 @@ class QuestJournals(val questDefinitions: QuestDefinitions) : Script {
7267 set(" quest_journal_order" , type)
7368 }
7469 }
75-
7670 }
7771}
You can’t perform that action at this time.
0 commit comments