-
Notifications
You must be signed in to change notification settings - Fork 6
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
enhance message holder to be able to play multiple games #184
Conversation
Zaznaczam że zaimplementowany system narazie nie działa przy tworzeniu postaci. Tego buga naprawi następujący pull request: |
Zaznaczam jeszcze raz, że aby poprawnie przetestować zaimplementowaną funkcjonalność należy utworzyć dwie lub więcej gier komendą start, przy tworzeniu postaci będzie wyskakiwał błąd którego naprawi następujący pull request #170 , którego zmerguję po tym. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wygląda na to, że działa poprawnie. Komunikaty z gry "wyżej" pojawiają się na samym dole, za grą drugą. Ale to raczej problem na inny PR, poza tym nie znam szaleńca, który grałby w 2 gry naraz.
Pull request review checklist 📝 ✅
This is a checklist that helps conduct a pull request review properly. These points are required to merge the PR
There are no merge conflicts
The pull request is named accordingly (description of the functionality - it
will be visible in the changelog later)
Every task requirement (from Jira) is done
The app runs, it boots up properly (e.g. no syntax errors)
The proposed functionality is working properly (you need to pull this branch
and check for yourself)
Each function, class or functionality is properly documented
(short description of what it does, parameters or return values if they need
any explanation)