Skip to content

Commit f467f00

Browse files
committed
Remove log (crash)
1 parent b8959cf commit f467f00

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

resources/modinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"modid": "playercorpse",
44
"name": "Player Corpse",
55
"author": "DArkHekRoMaNT",
6-
"version": "1.1.3",
6+
"version": "1.1.4",
77
"dependency": {
88
"game": "1.15.0"
99
},

src/Entity/EntityPlayerCorpse.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ public override void OnEntityLoaded()
4545
slot.Itemstack?.ResolveBlockOrItem(World);
4646
}
4747
}
48-
49-
// For find disappeared corpses
50-
Api.Logger.ModDebug("Loaded {0} at {1}", GetName(), SidedPos.XYZ - Api.World.DefaultSpawnPosition.XYZ);
5148
}
5249

5350

0 commit comments

Comments
 (0)