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

Fixed wrong container error message being used for ContainerResult.SL… #1579

Merged

Conversation

madsboddum
Copy link
Member

…OT_OCCUPIED

@madsboddum madsboddum self-assigned this Jun 30, 2024
@madsboddum madsboddum added the BUGFIX Fix of a bug (Pull Request) label Jun 30, 2024
@@ -239,7 +239,7 @@ class TransferItemCallback : ICmdCallback {
}

ContainerResult.SLOT_OCCUPIED -> {
SystemMessageIntent(player, "@container_error_message:container08").broadcast()
SystemMessageIntent(player, "@container_error_message:container04").broadcast()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also change the same line in GrantLootService.java

@madsboddum madsboddum force-pushed the fix/items/slot-occupied-error branch from 41a6e8e to 4021345 Compare July 1, 2024 09:44
@madsboddum
Copy link
Member Author

madsboddum commented Jul 1, 2024 via email

@Josh-Larson Josh-Larson merged commit 0a172a5 into ProjectSWGCore:master Jul 1, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUGFIX Fix of a bug (Pull Request)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants