Message adjustment
This commit is contained in:
parent
3b6a9ffcc2
commit
77d04ca4ec
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ namespace TShockAPI.Handlers.NetModules
|
||||||
if (UnknownField != 0)
|
if (UnknownField != 0)
|
||||||
{
|
{
|
||||||
TShock.Log.ConsoleDebug(
|
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,
|
UnknownField,
|
||||||
player.Name
|
player.Name
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue