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 for server consoles without width and length #5507

Merged
merged 2 commits into from
Nov 1, 2024

Conversation

qrtDaniil
Copy link
Contributor

Everything is described here pelican-eggs/games-standalone#19. I test this fix in pterodactyl and it's work. Funny that if (Con.CursorTop> 0) cause strange behavior and bugs, but if (Con.WindowWidth > 0) works fine. Why? I don't know.

image

@PJB3005
Copy link
Member

PJB3005 commented Nov 1, 2024

It'd probably still be better if we had a system to just bail and disable all of SystemConsoleManager for non-TTY scenarios, but since this fixes the problem and is pretty small I think this is good enough.

@PJB3005 PJB3005 merged commit 14d3699 into space-wizards:master Nov 1, 2024
2 of 3 checks passed
@qrtDaniil qrtDaniil deleted the patch-1 branch November 1, 2024 23:11
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.

2 participants