mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-27 02:40:51 +01:00
initial commit
This commit is contained in:
parent
9e8e15e366
commit
28ba2de5b6
BIN
jna-4.5.1.jar
Normal file
BIN
jna-4.5.1.jar
Normal file
Binary file not shown.
BIN
jna-platform-4.5.1.jar
Normal file
BIN
jna-platform-4.5.1.jar
Normal file
Binary file not shown.
@ -20,7 +20,7 @@ public class AdminOnConnect extends Extension {
|
||||
private boolean done = true;
|
||||
|
||||
protected void init() {
|
||||
intercept(HMessage.Side.TOCLIENT, -1, message -> {
|
||||
intercept(HMessage.Side.TOCLIENT, message -> {
|
||||
if (!done) {
|
||||
HPacket packet = message.getPacket();
|
||||
if (packet.length() == 11) {
|
||||
|
Loading…
Reference in New Issue
Block a user