From 77d04ca4ec003525f48c9e9bce8917eea5dce6b6 Mon Sep 17 00:00:00 2001 From: Chris <2648373+QuiCM@users.noreply.github.com> Date: Tue, 2 Jun 2020 14:08:07 +0930 Subject: [PATCH] Message adjustment --- TShockAPI/Handlers/NetModules/CreativeUnlocksHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Handlers/NetModules/CreativeUnlocksHandler.cs b/TShockAPI/Handlers/NetModules/CreativeUnlocksHandler.cs index 39f83d67..97030945 100644 --- a/TShockAPI/Handlers/NetModules/CreativeUnlocksHandler.cs +++ b/TShockAPI/Handlers/NetModules/CreativeUnlocksHandler.cs @@ -48,7 +48,7 @@ namespace TShockAPI.Handlers.NetModules if (UnknownField != 0) { TShock.Log.ConsoleDebug( - "CreativeUnlocksNetModuleHandler received non-vanilla unlock request. Random field value: {0} from {1}", + "CreativeUnlocksHandler received non-vanilla unlock request. Random field value: {0} but should be 0 from {1}", UnknownField, player.Name );