diff options
-rw-r--r-- | ap_state.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ap_state.cpp b/ap_state.cpp index 70f183e..22a51ee 100644 --- a/ap_state.cpp +++ b/ap_state.cpp | |||
@@ -181,6 +181,8 @@ void AP_Connect(std::string server, std::string player, std::string password) { | |||
181 | 181 | ||
182 | connected = true; | 182 | connected = true; |
183 | has_connection_result = true; | 183 | has_connection_result = true; |
184 | |||
185 | RefreshTracker(); | ||
184 | }); | 186 | }); |
185 | 187 | ||
186 | apclient->set_slot_refused_handler([](const std::list<std::string>& errors) { | 188 | apclient->set_slot_refused_handler([](const std::list<std::string>& errors) { |