mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-03 04:56:42 +00:00
Update command /purgeall to not remove Itemframes & paintings
This commit is contained in:
@ -21,6 +21,7 @@ public class Command_purgeall extends FreedomCommand
|
|||||||
{
|
{
|
||||||
FUtil.adminAction(sender.getName(), "Purging all player data", true);
|
FUtil.adminAction(sender.getName(), "Purging all player data", true);
|
||||||
|
|
||||||
|
//TODO Make Purgeall not include Item frames and Paintings.
|
||||||
// Purge entities
|
// Purge entities
|
||||||
for (World world : Bukkit.getWorlds())
|
for (World world : Bukkit.getWorlds())
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user