mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-28 19:38:35 +01:00
Add todo note.
This commit is contained in:
parent
bd65c1218f
commit
ff52b2cc25
@ -726,6 +726,7 @@ public class MovingListener extends CheckListener{
|
||||
if (newTo != null)
|
||||
// Yes, so schedule a delayed task to teleport back the vehicle (this event isn't cancellable and we can't
|
||||
// teleport the vehicle within the event).
|
||||
// TODO: cleanup?
|
||||
Bukkit.getScheduler().scheduleSyncDelayedTask(plugin, new Runnable() {
|
||||
private Vehicle vehicle;
|
||||
private Location location;
|
||||
|
Loading…
Reference in New Issue
Block a user