Skip to content

Commit

Permalink
Fix shutdown-all-empty-dungeon command (added missing player field)
Browse files Browse the repository at this point in the history
  • Loading branch information
4Ply committed Jan 11, 2025
1 parent e347164 commit 37f99e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 37f99e2

Please sign in to comment.