Update command /purgeall to not remove Itemframes & paintings

This commit is contained in:
Pharma 2023-01-18 12:11:10 -06:00 committed by GitHub
parent f507dbdfe6
commit ae31e02118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ public class Command_purgeall extends FreedomCommand
{
FUtil.adminAction(sender.getName(), "Purging all player data", true);
//TODO Make Purgeall not include Item frames and Paintings.
// Purge entities
for (World world : Bukkit.getWorlds())
{