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.07k stars 421 forks source link

Fix typo #140

Closed FluxCapacitor2 closed 2 years ago

FluxCapacitor2 commented 2 years ago

Add ${ before the variable to fix the string template in HollowWaypointCommand.

Currently, clicking on this chat message to copy the Mines of Divan coords in chat produces this message instead of the coordinates:

Mines of Divan: MiningFeatures.minesLoc}

This is because of a typo added in 495c9f53b0e6a29261c939909185ced8531c934b that replaced string concatenation with Kotlin string templates.