NeunEinser / bingo

A custom item fetch gamemode for Minecraft
MIT License
84 stars 16 forks source link

Bingo card shifts when item collected #149

Closed gunhippy closed 2 years ago

gunhippy commented 2 years ago

Version is 5.0.1 pre-release

Every time a player gets an item, the icons shift to the left and the board shifts to the right.

image

image

image

NeunEinser commented 2 years ago

I cannot reproduce this.

Can you send me the world file?

NeunEinser commented 2 years ago

Or one idea I have, but I can't verify that it would cause this right now - is it possible that you switched teams after the match had already started?

That's not supported in many ways.

gunhippy commented 2 years ago

That's a possibility actually. The first time we tested it did it so we dropped back to lobby. I reset the server with a fresh instance and we tried again, but we realised after hitting go out teams were wrong.

However it did happen the first test.

Is it possible that it's an issue when more than 1 player plays?

gunhippy commented 2 years ago

Can confirm that it does not seem to be an issue in single player, even with switching teams during generation. I'll get some victims and test multiplayer later

NeunEinser commented 2 years ago

During pre-generation is fine, it's after you leave the lobby when it becomes an issue.

NeunEinser commented 2 years ago

@gunhippy Okay, I finally got to check this.

You were absolutely correct - I broke the team initialization, so as soon as you had multiple teams, things are broken in pre1.

NeunEinser commented 2 years ago

Thank you for the report :) <3