Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/client/StarClientApplication.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-08-03 18:51:19 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-08-03 18:51:19 +1000
commit20de634a06c0053aad4b1a0017cae4ed023b6e94 (patch)
treeac4903dde869091aacf03a151811f8a4c0d84f5a /source/client/StarClientApplication.hpp
parentbef86811c9a08711b45523193b2ac7c13850f8c6 (diff)
Improve Discord activity info
requested by Omeruin!
Diffstat (limited to 'source/client/StarClientApplication.hpp')
-rw-r--r--source/client/StarClientApplication.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/client/StarClientApplication.hpp b/source/client/StarClientApplication.hpp
index f0eacb0..58abb9d 100644
--- a/source/client/StarClientApplication.hpp
+++ b/source/client/StarClientApplication.hpp
@@ -121,6 +121,7 @@ private:
Maybe<PendingMultiPlayerConnection> m_pendingMultiPlayerConnection;
Maybe<HostAddressWithPort> m_currentRemoteJoin;
+ int64_t m_timeSinceJoin = 0;
};
}