diff --git a/TShockAPI/PlayerData.cs b/TShockAPI/PlayerData.cs index cc222008..5e24570b 100644 --- a/TShockAPI/PlayerData.cs +++ b/TShockAPI/PlayerData.cs @@ -50,7 +50,7 @@ namespace TShockAPI public bool[] hideVisuals; public int questsCompleted; public int usingBiomeTorches; - public int happyFunTorchTime = 1; + public int happyFunTorchTime; public int unlockedBiomeTorches; public PlayerData(TSPlayer player)