mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-02-20 13:41:26 +01:00
Code removed wrongly.
This commit is contained in:
parent
32ba3912c6
commit
ba5b38dd41
@ -474,6 +474,10 @@ public class MovingData extends ACheckData {
|
||||
if (setBack != null && worldName.equalsIgnoreCase(setBack.getWorld().getName())) {
|
||||
clearFlyData();
|
||||
}
|
||||
if (morePacketsSetback != null && worldName.equalsIgnoreCase(morePacketsSetback.getWorld().getName())) {
|
||||
clearPlayerMorePacketsData();
|
||||
clearNoFallData(); // just in case.
|
||||
}
|
||||
vehicleSetBacks.resetByWorldName(worldName);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user