[TinyProtocol] Fix NULL player in the packet interception methods.
Dieser Commit ist enthalten in:
Ursprung
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());
|
||||
}
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren