diff options
author | vicisacat <victor.branchu@gmail.com> | 2024-01-13 23:52:21 +0100 |
---|---|---|
committer | vicisacat <victor.branchu@gmail.com> | 2024-01-13 23:52:21 +0100 |
commit | d14554132ae518594f29ec7ba73bb4f46263e86e (patch) | |
tree | cb1f39a6921005219db97ee582de6db2d451ed85 /src/main/resources/assets | |
parent | b428d81a5ab0d6f858945eca236bbf562ae06593 (diff) | |
download | Skyblocker-d14554132ae518594f29ec7ba73bb4f46263e86e.tar.gz Skyblocker-d14554132ae518594f29ec7ba73bb4f46263e86e.tar.bz2 Skyblocker-d14554132ae518594f29ec7ba73bb4f46263e86e.zip |
Fixes and show Your Party at the top
- Lazy fix for if there is no party host
- Moved setting slot parse to the bottom row for loop
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index e9ce9ffc..2b41b2aa 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -430,6 +430,9 @@ "skyblocker.partyFinder.error.name" : "Party Finder error!", "skyblocker.partyFinder.error.message": "An error occurred so you've been sent to the vanilla party finder", "skyblocker.partyFinder.loadingError": "If you see this for more than 5 seconds, something probably went wrong...", + "skyblocker.partyFinder.yourParty": "Your party", + "skyblocker.partyFinder.deList": "Click to de-list", + "skyblocker.partyFinder.join": "Click to join", "emi.category.skyblocker.skyblock": "Skyblock" }
\ No newline at end of file |