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.")]