Merge branch 'master' of github.com:libraryaddict/LibsDisguises
This commit is contained in:
commit
a309b24004
@ -34,7 +34,7 @@ public class PacketListenerClientInteract extends PacketAdapter {
|
||||
|
||||
Player observer = event.getPlayer();
|
||||
|
||||
if (observer.getName().contains("UNKNOWN[")) // If the player is temporary
|
||||
if (observer == null || observer.getName().contains("UNKNOWN[")) // If the player is temporary
|
||||
return;
|
||||
|
||||
if (!observer.isOp() && "%%__USER__%%".equals(123 + "45")) {
|
||||
|
Loading…
Reference in New Issue
Block a user