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

Update events.lua - Fix multiplayer error: #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AquaXV
Copy link

@AquaXV AquaXV commented Jul 11, 2023

"Surface names must not be blank and must be unique"

create_surface throws an exception if the given value is blank or not unique, this is the case on multiplayer where every player after the first tries to close the UI which causes the exception to be thrown.

This fix is tested and confirmed working in multiplayer with 2 players.

… blank and must be unique"

create_surface throws an exception if the given value is blank or not unique, this is the case on multiplayer where every player after the first tries to close the UI which causes the exception to be thrown.

This fix is tested and confirmed working in multiplayer with 2 players.
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

1 participant