mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-28 03:17:53 +01:00
Commend on potential issue with join.
This commit is contained in:
parent
11628b2863
commit
348ba34e35
@ -1125,6 +1125,7 @@ public class MovingListener extends CheckListener implements TickListener, IRemo
|
|||||||
|
|
||||||
// Correct set-back on world changes.
|
// Correct set-back on world changes.
|
||||||
if (!data.hasSetBack()){
|
if (!data.hasSetBack()){
|
||||||
|
// TODO: Might consider something else like with respawn. Check if it is passable ?
|
||||||
data.setSetBack(loc);
|
data.setSetBack(loc);
|
||||||
}
|
}
|
||||||
else if (data.hasSetBackWorldChanged(loc)){
|
else if (data.hasSetBackWorldChanged(loc)){
|
||||||
|
Loading…
Reference in New Issue
Block a user