Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-19 14:30:17 +01:00
Add a warning at start about movement translation (#1069)
Co-authored-by: Redned <redned235@gmail.com> Co-authored-by: Camotoy <20743703+DoctorMacc@users.noreply.github.com>
Dieser Commit ist enthalten in:
Ursprung
a306e9d35b
Commit
1d5b453595
@ -216,6 +216,10 @@ public class GeyserConnector {
|
|||||||
message += LanguageUtils.getLocaleStringLog("geyser.core.finish.console");
|
message += LanguageUtils.getLocaleStringLog("geyser.core.finish.console");
|
||||||
}
|
}
|
||||||
logger.info(message);
|
logger.info(message);
|
||||||
|
|
||||||
|
if (platformType == PlatformType.STANDALONE) {
|
||||||
|
logger.warning(LanguageUtils.getLocaleStringLog("geyser.core.movement_warn"));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void shutdown() {
|
public void shutdown() {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren