Rebuild #3
This commit is contained in:
parent
e5af9ac1b5
commit
548dca016c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
// Skip the first time we do this
|
// Skip the first time we do this
|
||||||
- if (from.getX() != Double.MAX_VALUE) {
|
- if (from.getX() != Double.MAX_VALUE) {
|
||||||
+ if (true) { // Spigot - don't skip any move events
|
+ if (true) { // Spigot - don't skip any move events
|
||||||
|
Location oldTo = to.clone();
|
||||||
PlayerMoveEvent event = new PlayerMoveEvent(player, from, to);
|
PlayerMoveEvent event = new PlayerMoveEvent(player, from, to);
|
||||||
this.server.getPluginManager().callEvent(event);
|
this.server.getPluginManager().callEvent(event);
|
||||||
|
|
||||||
--
|
--
|
Loading…
Add table
Add a link
Reference in a new issue