mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Update command purgeall to not remove Itemframes and Paintings
OPs have been talking about purgeall and how it removes item frames and paintings. I am not advanced enough to exclude them myself.
This commit is contained in:
parent
e43d883ae0
commit
7605548e0c
@ -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 Itemframes and Paintings not be cleared by purgeall.
|
||||||
// Purge entities
|
// Purge entities
|
||||||
for (World world : Bukkit.getWorlds())
|
for (World world : Bukkit.getWorlds())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user