diff options
author | changyong guo <guo1487@163.com> | 2018-07-23 01:35:32 +0200 |
---|---|---|
committer | peterbell10 <peterbell10@live.co.uk> | 2018-07-23 01:35:32 +0200 |
commit | 7b0db672d1ff72caec1f45cbc0c855680337766d (patch) | |
tree | df2d4d43418ba307983e5be1d2ed4999c786f02a /src/Entities/Player.h | |
parent | recover hotbar selected slot after reconnect (#4249) (diff) | |
download | cuberite-7b0db672d1ff72caec1f45cbc0c855680337766d.tar cuberite-7b0db672d1ff72caec1f45cbc0c855680337766d.tar.gz cuberite-7b0db672d1ff72caec1f45cbc0c855680337766d.tar.bz2 cuberite-7b0db672d1ff72caec1f45cbc0c855680337766d.tar.lz cuberite-7b0db672d1ff72caec1f45cbc0c855680337766d.tar.xz cuberite-7b0db672d1ff72caec1f45cbc0c855680337766d.tar.zst cuberite-7b0db672d1ff72caec1f45cbc0c855680337766d.zip |
Diffstat (limited to 'src/Entities/Player.h')
-rw-r--r-- | src/Entities/Player.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Entities/Player.h b/src/Entities/Player.h index a2ee13b45..e710e8396 100644 --- a/src/Entities/Player.h +++ b/src/Entities/Player.h @@ -146,9 +146,6 @@ public: virtual void TeleportToCoords(double a_PosX, double a_PosY, double a_PosZ) override; - // Sets the current gamemode, doesn't check validity, doesn't send update packets to client - void LoginSetGameMode(eGameMode a_GameMode); - // Updates player's capabilities - flying, visibility, etc. from their gamemode. void SetCapabilities(); |