Run formatter on code

This commit is contained in:
KingRainbow44
2023-08-27 23:23:01 -04:00
Unverified
parent 40887b17fe
commit 154ace3d7e
24 changed files with 117 additions and 131 deletions
@@ -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;