mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-12-11 01:12:44 +01:00
Updated to latest Geyser
This commit is contained in:
parent
5b317ec595
commit
f8939ca5de
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ public class GeyserConnector {
|
|||
|
||||
if (authType == AuthType.FLOODGATE) {
|
||||
try {
|
||||
Key key = new AesKeyProducer().produceFrom(config.getFloodgateKeyFile());
|
||||
Key key = new AesKeyProducer().produceFrom(config.getFloodgateKeyPath());
|
||||
cipher = new AesCipher(new Base64Topping());
|
||||
cipher.init(key);
|
||||
logger.info(LanguageUtils.getLocaleStringLog("geyser.auth.floodgate.loaded_key"));
|
||||
|
|
Loading…
Reference in a new issue