From 77ea6cbe80d2887cb749cd45e360b58569b2dd5f Mon Sep 17 00:00:00 2001 From: atomicint Date: Sun, 22 Jul 2018 18:31:52 -0400 Subject: [PATCH] Fix NoSuchMethodError in runecrafting plugin --- game/plugin/skills/runecrafting/src/runecrafting.plugin.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/plugin/skills/runecrafting/src/runecrafting.plugin.kts b/game/plugin/skills/runecrafting/src/runecrafting.plugin.kts index ece21c98f..09bdedada 100644 --- a/game/plugin/skills/runecrafting/src/runecrafting.plugin.kts +++ b/game/plugin/skills/runecrafting/src/runecrafting.plugin.kts @@ -2,7 +2,7 @@ import org.apollo.game.message.impl.* import org.apollo.game.model.entity.EquipmentConstants import org.apollo.game.model.event.impl.LoginEvent -private val changeAltarObjectConfigId = 491 +val changeAltarObjectConfigId = 491 on_player_event { LoginEvent::class } .then {