exclude suspicious bucket placements from being logged in console
This commit is contained in:
parent
2d27735838
commit
7999da4e81
|
|
@ -1513,7 +1513,7 @@ class PlayerEventHandler implements Listener
|
||||||
|
|
||||||
if (makeLogEntry)
|
if (makeLogEntry)
|
||||||
{
|
{
|
||||||
instance.AddLogEntry(player.getName() + " placed suspicious " + bucketEvent.getBucket().name() + " @ " + instance.getfriendlyLocationString(block.getLocation()), CustomLogEntryTypes.SuspiciousActivity);
|
instance.AddLogEntry(player.getName() + " placed suspicious " + bucketEvent.getBucket().name() + " @ " + instance.getfriendlyLocationString(block.getLocation()), CustomLogEntryTypes.SuspiciousActivity, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user