Message adjustment

This commit is contained in:
Chris 2020-06-02 14:08:07 +09:30
parent 3b6a9ffcc2
commit 77d04ca4ec

View file

@ -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
);