mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-10-31 07:40:16 +01:00
Details about morepackets set-back.
This commit is contained in:
parent
65a7bf8b36
commit
530f85c03c
@ -67,8 +67,11 @@ public class MorePackets extends Check {
|
||||
|
||||
Location newTo = null;
|
||||
|
||||
if (data.morePacketsSetback == null)
|
||||
data.morePacketsSetback = from.getLocation();
|
||||
if (data.morePacketsSetback == null){
|
||||
// TODO: Check if other set-back is appropriate or if to set on other events.
|
||||
if (data.setBack != null) data.morePacketsSetback = data.setBack.clone();
|
||||
else data.morePacketsSetback = from.getLocation();
|
||||
}
|
||||
|
||||
// Take a packet from the buffer.
|
||||
data.morePacketsBuffer--;
|
||||
|
@ -67,8 +67,10 @@ public class MorePacketsVehicle extends Check {
|
||||
|
||||
Location newTo = null;
|
||||
|
||||
if (data.morePacketsVehicleSetback == null)
|
||||
if (data.morePacketsVehicleSetback == null){
|
||||
// TODO: Check if other set-back is appropriate or if to set on other events.
|
||||
data.morePacketsVehicleSetback = from;
|
||||
}
|
||||
|
||||
// Take a packet from the buffer.
|
||||
data.morePacketsVehicleBuffer--;
|
||||
|
Loading…
Reference in New Issue
Block a user