<yawkat> is that debug code i spot md_5?
This commit is contained in:
parent
2444dd15ab
commit
d63d5a2791
@ -35,7 +35,6 @@ public class BungeeSecurityManager extends SecurityManager
|
|||||||
// Everyone but system can't do anything
|
// Everyone but system can't do anything
|
||||||
if ( loader != null )
|
if ( loader != null )
|
||||||
{
|
{
|
||||||
System.out.println( loader );
|
|
||||||
AccessControlException ex = new AccessControlException( "Plugin violation: " + text );
|
AccessControlException ex = new AccessControlException( "Plugin violation: " + text );
|
||||||
if ( ENFORCE )
|
if ( ENFORCE )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user