From 37f99e285557264ce05ba445887e094f181d41a5 Mon Sep 17 00:00:00 2001 From: 4Ply Date: Sat, 11 Jan 2025 14:17:07 +0200 Subject: [PATCH] Fix shutdown-all-empty-dungeon command (added missing player field) --- .../org/trackedout/citadel/commands/ShutdownDungeonsCommand.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/org/trackedout/citadel/commands/ShutdownDungeonsCommand.kt b/src/main/kotlin/org/trackedout/citadel/commands/ShutdownDungeonsCommand.kt index 517f93f..aa56e32 100644 --- a/src/main/kotlin/org/trackedout/citadel/commands/ShutdownDungeonsCommand.kt +++ b/src/main/kotlin/org/trackedout/citadel/commands/ShutdownDungeonsCommand.kt @@ -25,6 +25,7 @@ class ShutdownDungeonsCommand( Event( name = "shutdown-all-empty-dungeons", server = plugin.serverName, + player = source.name, count = 1, x = 0.0, y = 0.0,