reference ME in some todos

This commit is contained in:
sylvessa 2026-03-24 21:13:54 -05:00
parent def50adfcc
commit 06aef8ddaf
3 changed files with 7 additions and 7 deletions

View file

@ -775,7 +775,7 @@ bool LivingEntity::hurt(DamageSource *source, float dmg)
#if defined(_WINDOWS64) && defined(MINECRAFT_SERVER_BUILD)
{
// todo: map these properly
// (SYLV)todo: map these properly
int entityTypeId = FourKitBridge::MapEntityType((int)GetType());
int dimId = level->dimension ? level->dimension->id : 0;