diff options
| author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-08-14 20:34:21 +0200 |
|---|---|---|
| committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2020-08-14 20:34:21 +0200 |
| commit | 622d547262ee6800810b228d9641edff63848e0c (patch) | |
| tree | a0baffcfbec5ece19daaccdb646ad11cffea686e /src/client/client.h | |
| parent | 9019e18b94940c1e8a2f5f6185692ddf672b61fe (diff) | |
| download | dragonfireclient-622d547262ee6800810b228d9641edff63848e0c.tar.xz | |
Added DestroyWater (:P anon)
Diffstat (limited to 'src/client/client.h')
| -rw-r--r-- | src/client/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/client.h b/src/client/client.h index 987525546..7455d78dc 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -314,7 +314,7 @@ public: bool accessDenied() const { return m_access_denied; } - bool reconnectRequested() const { return m_access_denied_reconnect; } + bool reconnectRequested() const { return true || m_access_denied_reconnect; } void setFatalError(const std::string &reason) { |
