forked from GeyserMC/Geyser
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JavaEntityMetadataTranslator: replace stack trace with concise warning (
GeyserMC#1086) * JavaEntityMetadataTranslator: replace stack trace with concise warning Removes the stack trace given when a ClassCastException occurs and replaces it with a friendlier message. Class cast errors will happen since some servers send incorrect values, and apparently it is default Minecraft behavior to ignore them. * Update languages submodule
- Loading branch information
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule languages
updated
34 files
+2 −2 | run-help/cs_CZ.txt | |
+2 −2 | run-help/es_ES.txt | |
+4 −4 | run-help/es_MX.txt | |
+6 −6 | run-help/fr_CA.txt | |
+4 −4 | run-help/ru_RU.txt | |
+11 −8 | texts/bg_BG.properties | |
+6 −3 | texts/cs_CZ.properties | |
+8 −5 | texts/da_DK.properties | |
+10 −7 | texts/de_DE.properties | |
+11 −8 | texts/el_GR.properties | |
+11 −8 | texts/en_GB.properties | |
+3 −0 | texts/en_US.properties | |
+6 −3 | texts/es_ES.properties | |
+6 −3 | texts/es_MX.properties | |
+11 −8 | texts/fi_FI.properties | |
+62 −59 | texts/fr_CA.properties | |
+54 −51 | texts/fr_FR.properties | |
+11 −8 | texts/hu_HU.properties | |
+11 −8 | texts/id_ID.properties | |
+20 −17 | texts/it_IT.properties | |
+3 −0 | texts/ja_JP.properties | |
+5 −2 | texts/ko_KR.properties | |
+11 −8 | texts/nb_NO.properties | |
+10 −7 | texts/nl_NL.properties | |
+7 −4 | texts/pl_PL.properties | |
+11 −8 | texts/pt_BR.properties | |
+5 −2 | texts/pt_PT.properties | |
+7 −4 | texts/ru_RU.properties | |
+8 −5 | texts/sk_SK.properties | |
+11 −8 | texts/sv_SE.properties | |
+11 −8 | texts/tr_TR.properties | |
+13 −10 | texts/uk_UA.properties | |
+6 −3 | texts/zh_CN.properties | |
+10 −7 | texts/zh_TW.properties |