debug message for #495
This commit is contained in:
parent
a9a7fe41a0
commit
a0440733ed
|
|
@ -115,6 +115,8 @@ class EntityCleanupTask implements Runnable
|
||||||
|
|
||||||
if(remove)
|
if(remove)
|
||||||
{
|
{
|
||||||
|
//TODO BEFORE RELEASE: remove
|
||||||
|
GriefPrevention.AddLogEntry("Removing entity " + entity.getType().name() + " @ " + entity.getLocation(), CustomLogEntryTypes.AdminActivity);
|
||||||
entity.remove();
|
entity.remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user