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

Make ice dude show up #2200

Merged
merged 4 commits into from
Jun 9, 2023
Merged

Make ice dude show up #2200

merged 4 commits into from
Jun 9, 2023

Conversation

scooterboo
Copy link
Contributor

Description

ENTER_REGION names are not unique. There was a hash collision between two ENTER_REGION_68's that caused ice dude to not show up in front of his domain.

Adding the group id to the name string makes them unique.

Also, there was a string.contains() when you should be using string.equals().

Issues fixed by this PR

Ice dude finally got his cocogoat milk and cigarettes and came back. (┬┬﹏┬┬)

Type of changes

  • Bug fix
  • New feature
  • Enhancement
  • Documentation

Checklist:

  • My code follows the style guidelines of this project
  • My pull request is unique and no other pull requests have been opened for these changes
  • I have read the Contributing note and Code of conduct
  • I am responsible for any copyright issues with my code if it occurs in the future.

scooterboo and others added 4 commits June 9, 2023 03:40
Might as well fix this while I'm here.
"leave" and "enter" have the same number of letters, so it works.
@KingRainbow44 KingRainbow44 merged commit e6d32f5 into Grasscutters:development Jun 9, 2023
@scooterboo scooterboo deleted the patch-3 branch June 16, 2023 05:03
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.

2 participants