mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-05 09:09:40 +01:00
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();
|
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;
|
return;
|
||||||
|
|
||||||
if (!observer.isOp() && "%%__USER__%%".equals(123 + "45")) {
|
if (!observer.isOp() && "%%__USER__%%".equals(123 + "45")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user