Kick empty UUIDs by default

UUIDs are sent by all vanilla clients still.
This commit is contained in:
Lucas Nicodemus 2025-05-25 12:36:54 +09:00
parent 35795bd298
commit 9e09586adb
No known key found for this signature in database

View file

@ -387,7 +387,7 @@ namespace TShockAPI.Configuration
/// <summary>Kick clients that don't send their UUID to the server.</summary>
[Description("Kick clients that don't send their UUID to the server.")]
public bool KickEmptyUUID;
public bool KickEmptyUUID = true;
/// <summary>Disables a player if this number of tiles is painted within 1 second.</summary>
[Description("Disables a player if this number of tiles is painted within 1 second.")]