discord plugin: only check for area update on logged in gamestate

This commit is contained in:
Adam
2021-02-19 19:54:52 -05:00
parent bd7e47f70e
commit 601128c1e7

View File

@@ -172,10 +172,9 @@ public class DiscordPlugin extends Plugin
resetState();
checkForGameStateUpdate();
}
checkForAreaUpdate();
break;
}
checkForAreaUpdate();
}
@Subscribe