mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00: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>
This commit is contained in:
parent
a306e9d35b
commit
1d5b453595
1 changed files with 4 additions and 0 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue