mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Update to use language string
This commit is contained in:
parent
75900c8007
commit
8c2725a6e1
1 changed files with 3 additions and 2 deletions
|
@ -366,9 +366,10 @@ public class GeyserImpl implements GeyserApi {
|
|||
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
|
||||
address = "";
|
||||
logger.info(GeyserLocale.getLocaleStringLog("geyser.core.start.ip_supressed", port));
|
||||
} else {
|
||||
logger.info(GeyserLocale.getLocaleStringLog("geyser.core.start", address, port));
|
||||
}
|
||||
logger.info(GeyserLocale.getLocaleStringLog("geyser.core.start", address, port));
|
||||
} else {
|
||||
logger.severe(GeyserLocale.getLocaleStringLog("geyser.core.fail", address, port));
|
||||
if (!"0.0.0.0".equals(address)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue