From 7a8bbb1b99d778c93ef3553582ac3e5e5712c9d1 Mon Sep 17 00:00:00 2001 From: White Date: Sat, 23 Jul 2016 10:11:26 +0930 Subject: [PATCH] Updated naming on CheckXMas --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index 929ae6cd..ff5dd1f6 100755 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -1643,7 +1643,7 @@ namespace TShockAPI private static void ForceXmas(CommandArgs args) { TShock.Config.ForceXmas = !TShock.Config.ForceXmas; - Main.CheckXMas(); + Main.checkXMas(); if (args.Silent) args.Player.SendInfoMessage("{0}abled Christmas mode!", (TShock.Config.ForceXmas ? "en" : "dis")); else