diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-12-14 01:18:54 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-12-14 01:18:54 +0100 |
commit | bbd17b6224ea1cbccbe602a123b828b20ec5619f (patch) | |
tree | 317a73a487402deaadba6cf3a8941e72242d7b66 /logic/auth/MojangAccount.h | |
parent | 1e96a0c8eba2d932e08a33ec909cf8141f1aaa43 (diff) | |
download | MultiMC-bbd17b6224ea1cbccbe602a123b828b20ec5619f.tar MultiMC-bbd17b6224ea1cbccbe602a123b828b20ec5619f.tar.gz MultiMC-bbd17b6224ea1cbccbe602a123b828b20ec5619f.tar.lz MultiMC-bbd17b6224ea1cbccbe602a123b828b20ec5619f.tar.xz MultiMC-bbd17b6224ea1cbccbe602a123b828b20ec5619f.zip |
Fix twitch
Diffstat (limited to 'logic/auth/MojangAccount.h')
-rw-r--r-- | logic/auth/MojangAccount.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/logic/auth/MojangAccount.h b/logic/auth/MojangAccount.h index 9eecbc4f..325aa826 100644 --- a/logic/auth/MojangAccount.h +++ b/logic/auth/MojangAccount.h @@ -122,6 +122,11 @@ public: /* queries */ return m_profiles; } + const User & user() + { + return m_user; + } + //! Get the session ID required for legacy Minecraft versions QString sessionId() const { |