Skytils / SkytilsMod

Skytils is a Hypixel Skyblock mod! Be careful, malicious copies are distributed across GitHub. Confirm on discord.gg/skytils (807302538558308352)
https://hypixel.net/threads/3856202/
GNU Affero General Public License v3.0
1.06k stars 424 forks source link

Update DSM/SBE Regex #230

Closed walkerselby closed 2 years ago

walkerselby commented 2 years ago

Make the first group non-capturing, as it is not used, to save performance slightly.

Fixed an issue with regex where it processes as a negative number when it will never be a negative number. "@-" is always included, but does not signify a negative coordinate. This prevents existing issues where the location is placed off the map.

My-Name-Is-Jeff commented 2 years ago

Thanks!