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 player join event notifications #1017

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
576dac6
Fix for player join event notifications
mbround18 Dec 10, 2024
e4a72c0
Merge branch 'main' into fix/player-join-notifications
kodiakhq[bot] Dec 13, 2024
93fb51f
Merge branch 'main' into fix/player-join-notifications
kodiakhq[bot] Dec 17, 2024
2da3847
Merge branch 'main' into fix/player-join-notifications
kodiakhq[bot] Dec 19, 2024
b87409b
Merge branch 'main' into fix/player-join-notifications
kodiakhq[bot] Dec 19, 2024
714c34e
Merge branch 'main' into fix/player-join-notifications
kodiakhq[bot] Dec 22, 2024
d3322a8
Merge branch 'main' into fix/player-join-notifications
kodiakhq[bot] Dec 22, 2024
97aa623
Merge branch 'main' into fix/player-join-notifications
kodiakhq[bot] Dec 27, 2024
547028a
Merge branch 'main' into fix/player-join-notifications
kodiakhq[bot] Dec 27, 2024
c2c919c
Merge branch 'main' into fix/player-join-notifications
kodiakhq[bot] Dec 27, 2024
520673b
Merge branch 'main' into fix/player-join-notifications
kodiakhq[bot] Dec 27, 2024
6503153
Merge branch 'main' into fix/player-join-notifications
kodiakhq[bot] Dec 29, 2024
d7048e2
Merge branch 'main' into fix/player-join-notifications
kodiakhq[bot] Dec 29, 2024
05a4473
Merge branch 'main' into fix/player-join-notifications
kodiakhq[bot] Dec 31, 2024
ff0a336
merged main
mbround18 Jan 23, 2025
6762b20
Move around some return logic
mbround18 Jan 23, 2025
6826ce9
Merge branch 'main' into fix/player-join-notifications
kodiakhq[bot] Jan 23, 2025
aa979a0
Refactor player join
mbround18 Jan 23, 2025
0ddb400
Merge branch 'fix/player-join-notifications' of github.com:mbround18/…
mbround18 Jan 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ node_modules/
!.yarn/versions
.pnp.*
*.bak
gpt.json

# Created by https://www.toptal.com/developers/gitignore/api/intellij+all,rust,node,yarn
# Edit at https://www.toptal.com/developers/gitignore?templates=intellij+all,rust,node,yarn
Expand Down
Loading
Loading