mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-21 10:10:14 +08:00
Run formatter on code
This commit is contained in:
@@ -9,10 +9,10 @@ public final class DebugConstants {
|
||||
public static boolean LOG_MISSING_ABILITY_HANDLERS = true;
|
||||
|
||||
/**
|
||||
* WARNING: THIS IS A DANGEROUS SETTING. DO NOT ENABLE UNLESS YOU KNOW WHAT YOU ARE DOING.
|
||||
* This allows the *client* to send *ANY* token and UID pair to the server.
|
||||
* The server will then accept the token and UID pair as valid, and set the account's token to the client specified one.
|
||||
* This can allow for IMPERSONATION and HIJACKING of accounts/servers.
|
||||
* WARNING: THIS IS A DANGEROUS SETTING. DO NOT ENABLE UNLESS YOU KNOW WHAT YOU ARE DOING. This
|
||||
* allows the *client* to send *ANY* token and UID pair to the server. The server will then accept
|
||||
* the token and UID pair as valid, and set the account's token to the client specified one. This
|
||||
* can allow for IMPERSONATION and HIJACKING of accounts/servers.
|
||||
*/
|
||||
public static final boolean ACCEPT_CLIENT_TOKEN = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user