mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-01 05:18:00 +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)
|
if (newTo != null)
|
||||||
// Yes, so schedule a delayed task to teleport back the vehicle (this event isn't cancellable and we can't
|
// 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).
|
// teleport the vehicle within the event).
|
||||||
|
// TODO: cleanup?
|
||||||
Bukkit.getScheduler().scheduleSyncDelayedTask(plugin, new Runnable() {
|
Bukkit.getScheduler().scheduleSyncDelayedTask(plugin, new Runnable() {
|
||||||
private Vehicle vehicle;
|
private Vehicle vehicle;
|
||||||
private Location location;
|
private Location location;
|
||||||
|
Loading…
Reference in New Issue
Block a user