Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit ec74f6c

Browse files
committed
Changed logging level for blacklisted projectiles to trace.
1 parent ace0b8e commit ec74f6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/planet_protect/planet_protect_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def on_entity_create(self, data):
8080
if entity.entity_type == EntityType.PROJECTILE:
8181
p_type = star_string("").parse(entity.entity)
8282
if p_type in self.blacklist:
83-
self.logger.info(
83+
self.logger.trace(
8484
"Player %s attempted to use a prohibited projectile, %s, on a protected planet.",
8585
self.protocol.player.name, p_type)
8686
return False

0 commit comments

Comments
 (0)