version 16.12.0

This commit is contained in:
RoboMWM 2019-08-31 17:17:52 -07:00
parent c02337ada9
commit d4d7ac4e6b
2 changed files with 2 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<groupId>me.ryanhamshire</groupId>
<artifactId>GriefPrevention</artifactId>
<version>16.12.0-beta</version>
<version>16.12.0</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

View File

@ -115,8 +115,7 @@ class EntityCleanupTask implements Runnable
if(remove)
{
//TODO BEFORE RELEASE: remove
GriefPrevention.AddLogEntry("Removing entity " + entity.getType().name() + " @ " + entity.getLocation(), CustomLogEntryTypes.AdminActivity);
GriefPrevention.AddLogEntry("Removing entity " + entity.getType().name() + " @ " + entity.getLocation(), CustomLogEntryTypes.Debug);
entity.remove();
}
}