From c2e97287adabfd45fc2dfe73462d087083c6cab8 Mon Sep 17 00:00:00 2001 From: ceikry Date: Fri, 31 Dec 2021 18:49:20 -0600 Subject: [PATCH] Disable gift roll plugin --- .../global/worldevents/holiday/christmas/GiftRollPlugin.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/Server/src/main/kotlin/rs09/game/content/global/worldevents/holiday/christmas/GiftRollPlugin.kt b/Server/src/main/kotlin/rs09/game/content/global/worldevents/holiday/christmas/GiftRollPlugin.kt index 8d6257e76..3d61e59a6 100644 --- a/Server/src/main/kotlin/rs09/game/content/global/worldevents/holiday/christmas/GiftRollPlugin.kt +++ b/Server/src/main/kotlin/rs09/game/content/global/worldevents/holiday/christmas/GiftRollPlugin.kt @@ -18,7 +18,6 @@ import rs09.tools.stringtools.colorize import java.time.Month import java.util.* -@Initializable class GiftRollPlugin : XPGainPlugin() { override fun run(player: Player, skill: Int, amount: Double) { val numDaily = getDailyGifts(player)