misc(debug): Added ChannelIdentifier id
This commit is contained in:
parent
f857c25180
commit
e7c246bc1f
@ -125,7 +125,7 @@ public final class PluginMessageListener implements Listener<PluginMessageEvent>
|
|||||||
final var identifier = event.getIdentifier();
|
final var identifier = event.getIdentifier();
|
||||||
if (!(identifier.equals(AuthMeVelocityPlugin.MODERN_CHANNEL)
|
if (!(identifier.equals(AuthMeVelocityPlugin.MODERN_CHANNEL)
|
||||||
|| identifier.equals(AuthMeVelocityPlugin.LEGACY_CHANNEL))) {
|
|| identifier.equals(AuthMeVelocityPlugin.LEGACY_CHANNEL))) {
|
||||||
plugin.logDebug("PluginMessageEvent | Not AuthMeVelocity Identifier");
|
plugin.logDebug(() -> "PluginMessageEvent | Not AuthMeVelocity Identifier: " + identifier.getId());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user