summaryrefslogtreecommitdiffstats
path: root/src/Entities/Player.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2015-06-10 08:00:50 +0200
committerMattes D <github@xoft.cz>2015-06-10 08:00:50 +0200
commitd436a71cbc6654a779c6b38f03f610b5bc7a76c9 (patch)
tree379b0060fc31101159ae69af4e5b96472043b673 /src/Entities/Player.h
parentUpdate build download links. (diff)
parentImplemented nether portal scanning code. (diff)
downloadcuberite-d436a71cbc6654a779c6b38f03f610b5bc7a76c9.tar
cuberite-d436a71cbc6654a779c6b38f03f610b5bc7a76c9.tar.gz
cuberite-d436a71cbc6654a779c6b38f03f610b5bc7a76c9.tar.bz2
cuberite-d436a71cbc6654a779c6b38f03f610b5bc7a76c9.tar.lz
cuberite-d436a71cbc6654a779c6b38f03f610b5bc7a76c9.tar.xz
cuberite-d436a71cbc6654a779c6b38f03f610b5bc7a76c9.tar.zst
cuberite-d436a71cbc6654a779c6b38f03f610b5bc7a76c9.zip
Diffstat (limited to 'src/Entities/Player.h')
-rw-r--r--src/Entities/Player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h
index 799990bf2..dffb61677 100644
--- a/src/Entities/Player.h
+++ b/src/Entities/Player.h
@@ -358,7 +358,7 @@ public:
/** Moves the player to the specified world.
Returns true if successful, false on failure (world not found). */
- virtual bool DoMoveToWorld(cWorld * a_World, bool a_ShouldSendRespawn) override;
+ virtual bool DoMoveToWorld(cWorld * a_World, bool a_ShouldSendRespawn, Vector3d a_NewPosition) override;
/** Saves all player data, such as inventory, to JSON */
bool SaveToDisk(void);