mirror of
https://github.com/exzork/GCAuth.git
synced 2024-11-24 00:23:58 +00:00
remove logging prefix again
This commit is contained in:
parent
32100cf5f3
commit
f0d1865d98
@ -32,7 +32,7 @@ public class GCAuth extends Plugin {
|
||||
}
|
||||
loadConfig();
|
||||
Grasscutter.setAuthenticationSystem(new GCAuthAuthentication());
|
||||
getLogger().info("[GCAuth] GCAuth Enabled!");
|
||||
getLogger().info("GCAuth Enabled!");
|
||||
config.jwtSecret = Authentication.generateRandomString(32);
|
||||
saveConfig();
|
||||
if (Grasscutter.getConfig().account.autoCreate) {
|
||||
|
Loading…
Reference in New Issue
Block a user