mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-11 07:07:27 +08:00
[+] 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