diff options
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r-- | src/being/localplayer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index b747c78bd..e8cceadae 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -172,7 +172,8 @@ LocalPlayer::LocalPlayer(const int id, const uint16_t subtype) : mKeepAttacking(false), mPathSetByMouse(false), mWaitPing(false), - mShowNavigePath(false) + mShowNavigePath(false), + mAllowRename(false) { logger->log1("LocalPlayer::LocalPlayer"); |