From 9e09586adb1917e7f05dfc43bc322eb10d80ab75 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 25 May 2025 12:36:54 +0900 Subject: [PATCH] Kick empty UUIDs by default UUIDs are sent by all vanilla clients still. --- TShockAPI/Configuration/TShockConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Configuration/TShockConfig.cs b/TShockAPI/Configuration/TShockConfig.cs index 1ff3b53d..4f02c1bc 100644 --- a/TShockAPI/Configuration/TShockConfig.cs +++ b/TShockAPI/Configuration/TShockConfig.cs @@ -387,7 +387,7 @@ namespace TShockAPI.Configuration /// Kick clients that don't send their UUID to the server. [Description("Kick clients that don't send their UUID to the server.")] - public bool KickEmptyUUID; + public bool KickEmptyUUID = true; /// Disables a player if this number of tiles is painted within 1 second. [Description("Disables a player if this number of tiles is painted within 1 second.")]