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 @@ -65,7 +65,7 @@ public void accept(ScheduledTask scheduledTask) {
65
65
if (user == null ) return ;
66
66
67
67
if (module .log ) {
68
- module .warn ("Player ' " + user .getName () + "' either lagging or hacking. " +
68
+ module .warn ("Player " + user .getName () + " either lagging or hacking. " +
69
69
"No TeleportConfirm in " + module .timeoutMillis + "ms!" );
70
70
}
71
71
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ public void run() {
66
66
if (user == null ) return ;
67
67
68
68
if (module .log ) {
69
- module .warn ("Player ' " + user .getName () + "' either lagging or hacking. " +
69
+ module .warn ("Player " + user .getName () + " either lagging or hacking. " +
70
70
"No TeleportConfirm in " + module .timeoutMillis + "ms!" );
71
71
}
72
72
You can’t perform that action at this time.
0 commit comments