Output the world for a more descriptive response.

This commit is contained in:
Rigby 2011-07-14 03:35:15 +01:00
parent 00449e9206
commit 8c8a0b713a

View File

@ -72,7 +72,7 @@ public class PurgeWorlds {
}
if (sender != null) {
sender.sendMessage(entitiesKilled + " entities purged from the world.");
sender.sendMessage(entitiesKilled + " entities purged from the world '" + world.getName() + "'");
}
}