Files
hytale-gravity-flip/src/main/java/com/mythlane/gravityflip
kayjaydee c20bf42c36 refactor(command): simplify region lookup in GravityFlip commands
- Replaced manual region search loops with a new `find` method in RegionRegistry for improved readability and efficiency.
- Updated `GravityFlipToggleSubCommand` and `GravityFlipTpSubCommand` to utilize the new method for finding regions by name.
- Enhanced the `add` method in RegionRegistry to use the `find` method for checking existing region names.
2026-04-24 18:07:34 +02:00
..