mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-26 02:17:42 +01:00
I said i would try the endless loop one time.
This commit is contained in:
parent
01c3252f79
commit
4a581f8f91
@ -67,7 +67,7 @@ public class CheckUtils {
|
||||
if (passenger instanceof Player){
|
||||
return (Player) passenger;
|
||||
}
|
||||
passenger = entity.getPassenger();
|
||||
passenger = passenger.getPassenger();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user