Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove afk screen #4248

Merged
merged 9 commits into from Nov 16, 2020

Conversation

pollend
Copy link
Member

@pollend pollend commented Nov 14, 2020

removed the afk screen and moved the console messages to logging instead. having an popup show up every minute or so is kind of obnoxious. probably just enough to mark the player as afk rather then also notify them that they are afk. I don't think there is really a need to convey this to player in the first place. in single player this popup shows up constantly so that needs to be addressed as well. it would need to be disabled in singe player since afk is not really relevant in this case. mostly to signal other players that the given player is not available to interact with.

ref: #3571

enableDiscord();
console.addMessage("[AFK] You are AFK now!");
logger.info("[AFK] You are AFK now!");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think some form of confirmation would be nice... Console is the text box in the bottom left, right? I think we could also print to the dev console by returning a String from this command method.

disableDiscord();
console.addMessage("[AFK] You are no longer AFK!");
logger.info("[AFK] You are no longer AFK!");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, application logs are not visible to the player.

skaldarnar
skaldarnar previously approved these changes Nov 14, 2020
@jdrueckert
Copy link
Member

Closes #4243

@pollend
Copy link
Member Author

pollend commented Nov 16, 2020

is there any other changes we want to make @skaldarnar.

@skaldarnar skaldarnar added this to the v4.1.0 milestone Nov 16, 2020
@skaldarnar skaldarnar changed the title remove afk screen fix: remove afk screen Nov 16, 2020
@skaldarnar skaldarnar merged commit 516ae24 into MovingBlocks:develop Nov 16, 2020
@pollend pollend deleted the feature/remove-afk-screen branch November 17, 2020 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants