Merge pull request #7924 from deathbeam/check-for-area-update
Check for area update on Discord plugin startup
This commit is contained in:
@@ -130,6 +130,7 @@ public class DiscordPlugin extends Plugin
|
|||||||
|
|
||||||
clientToolbar.addNavigation(discordButton);
|
clientToolbar.addNavigation(discordButton);
|
||||||
checkForGameStateUpdate();
|
checkForGameStateUpdate();
|
||||||
|
checkForAreaUpdate();
|
||||||
|
|
||||||
if (discordService.getCurrentUser() != null)
|
if (discordService.getCurrentUser() != null)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user