Skip to content

FIX some multiplayer bugs#344

Merged
ahicks92 merged 2 commits intomainfrom
fix-small-mp-issues
Feb 28, 2026
Merged

FIX some multiplayer bugs#344
ahicks92 merged 2 commits intomainfrom
fix-small-mp-issues

Conversation

@LevFendi
Copy link
Member

@LevFendi LevFendi commented Feb 28, 2026

Fix 1:

  • In multiplayer a player can exist while their character or its inventories might not exist because the player is offline. Added nil checks to prevent crashes related to this.

Fix 2

  • In 1.1 there was feature that would set the cursor box color to the player's color in multiplayer. It was not migrated to 2.0 rendering. Now it has been.

Thank you @dzsoker023 for raising these issues and suggesting fixes.

LevFendi and others added 2 commits March 1, 2026 01:08
…rio 2.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
get_inventory can return nil for logged-out players whose character
is still in the world.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@LevFendi LevFendi self-assigned this Feb 28, 2026
@LevFendi LevFendi requested a review from ahicks92 February 28, 2026 22:39
@LevFendi LevFendi added bug Something isn't working graphics About graphical stuff such as drawing functions, GUI's, and mouse pointer movement 2.0 New in 2.0 base, mod needs support labels Feb 28, 2026
@LevFendi LevFendi marked this pull request as ready for review February 28, 2026 22:40
@ahicks92 ahicks92 merged commit ab01445 into main Feb 28, 2026
2 checks passed
@LevFendi LevFendi deleted the fix-small-mp-issues branch February 28, 2026 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.0 New in 2.0 base, mod needs support bug Something isn't working graphics About graphical stuff such as drawing functions, GUI's, and mouse pointer movement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants