mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Update to language without typo
This commit is contained in:
parent
30ae001413
commit
88bde95420
2 changed files with 2 additions and 2 deletions
|
@ -438,7 +438,7 @@ public class GeyserImpl implements GeyserApi, EventRegistrar {
|
|||
if (throwable == null) {
|
||||
if ("0.0.0.0".equals(address)) {
|
||||
// basically just hide it in the log because some people get confused and try to change it
|
||||
logger.info(GeyserLocale.getLocaleStringLog("geyser.core.start.ip_supressed", port));
|
||||
logger.info(GeyserLocale.getLocaleStringLog("geyser.core.start.ip_suppressed", port));
|
||||
} else {
|
||||
logger.info(GeyserLocale.getLocaleStringLog("geyser.core.start", address, port));
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 60b20023a92f084aba895ab0336e70fa7fb311fb
|
||||
Subproject commit a943a1bb910f58caa61f14bafacbc622bd48a694
|
Loading…
Add table
Add a link
Reference in a new issue