mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-01-27 02:31:47 +01:00
[TinyProtocol] Fix NULL player in the packet interception methods.
This commit is contained in:
parent
0c940711ac
commit
0375ad5391
@ -152,7 +152,7 @@ public abstract class TinyProtocol {
|
||||
|
||||
// Don't inject players that have been explicitly uninjected
|
||||
if (!uninjectedChannels.contains(channel)) {
|
||||
injectChannelInternal(channel);
|
||||
injectPlayer(e.getPlayer());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user