Updated to latest Geyser

This commit is contained in:
Tim203 2020-09-19 14:45:36 +02:00
parent 5b317ec595
commit f8939ca5de
No known key found for this signature in database
GPG Key ID: 064EE9F5BF7C3EE8
1 changed files with 1 additions and 1 deletions

View File

@ -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"));