Fix spawned debug message

This commit is contained in:
fullwall 2022-04-03 11:48:42 +08:00
parent 2c8b1864d8
commit 41b1ef57c9
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ public class CitizensNPC extends AbstractNPC {
updateCustomNameVisibility();
updateCustomName();
Messaging.debug("Spawned", this, "SpawnReason." + reason);
Messaging.debug("Spawned", CitizensNPC.this, "SpawnReason." + reason);
cancel();
}
};