File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
AnarchyExploitFixesFolia/src/main/java/me/xginko/aef/modules/combat
AnarchyExploitFixesLegacy/src/main/java/me/xginko/aef/modules/combat Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public PortalGodMode() {
40
40
this .log = config .getBoolean (configPath + ".log" , true );
41
41
this .kickPlayer = config .getBoolean (configPath + ".kick-player" , true ,
42
42
"If set to false, will simulate a TeleportConfirm packet to the server." );
43
- this .timeoutMillis = config .getLong (configPath + ".client-wait-millis" , 1000 , """
43
+ this .timeoutMillis = config .getLong (configPath + ".client-wait-millis" , 2000 , """
44
44
How many millis to wait for the client to respond with a TeleportConfirm\s
45
45
packet before we simulate it.""" );
46
46
}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ public PortalGodMode() {
42
42
this .log = config .getBoolean (configPath + ".log" , true );
43
43
this .kickPlayer = config .getBoolean (configPath + ".kick-player" , true ,
44
44
"If set to false, will simulate a TeleportConfirm packet to the server." );
45
- this .timeoutMillis = config .getLong (configPath + ".client-wait-millis" , 1000 ,
45
+ this .timeoutMillis = config .getLong (configPath + ".client-wait-millis" , 2000 ,
46
46
"How many millis to wait for the client to respond with a TeleportConfirm\n " +
47
47
"packet before we simulate it." );
48
48
}
You can’t perform that action at this time.
0 commit comments