raids: Update reload instance button to send a gamestate

This commit is contained in:
Owain van Brakel
2019-08-18 01:35:53 +02:00
parent 5abad2668e
commit a868adfc6c

View File

@@ -79,7 +79,7 @@ class RaidsPanel extends PluginPanel
{ {
if ((client.getGameState() == GameState.LOGGED_IN)) if ((client.getGameState() == GameState.LOGGED_IN))
{ {
client.setGameState(40); client.setGameState(GameState.CONNECTION_LOST);
} }
}); });