mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-10 17:41:52 +01:00
Output the world for a more descriptive response.
This commit is contained in:
parent
00449e9206
commit
8c8a0b713a
@ -72,7 +72,7 @@ public class PurgeWorlds {
|
|||||||
|
|
||||||
}
|
}
|
||||||
if (sender != null) {
|
if (sender != null) {
|
||||||
sender.sendMessage(entitiesKilled + " entities purged from the world.");
|
sender.sendMessage(entitiesKilled + " entities purged from the world '" + world.getName() + "'");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user