forked from Cookies_Github_mirror/AquaDX
[+] Log user ID on login
This commit is contained in:
@@ -10,6 +10,7 @@ namespace AquaMai
|
||||
public CheatConfig Cheat { get; set; }
|
||||
public PerformanceConfig Performance { get; set; }
|
||||
public FixConfig Fix { get; set; }
|
||||
public UtilsConfig Utils { get; set; }
|
||||
|
||||
public class CheatConfig
|
||||
{
|
||||
@@ -55,5 +56,10 @@ namespace AquaMai
|
||||
public bool ForceAsServer { get; set; } = true;
|
||||
public bool ForceFreePlay { get; set; } = true;
|
||||
}
|
||||
|
||||
public class UtilsConfig
|
||||
{
|
||||
public bool LogUserId { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user