Add missing semicolon

This commit is contained in:
Crypto137 2026-03-25 18:46:36 +03:00
parent 74e39fb00a
commit 5c9b4b7aff

View file

@ -65,7 +65,7 @@ namespace MHServerEmu.Games.Network
switch ((AvatarPrototypeId)entity.PrototypeDataRef)
{
case AvatarPrototypeId.AntMan:
propertyToIgnore = PropertyEnum.SecondaryResource
propertyToIgnore = PropertyEnum.SecondaryResource;
break;
case AvatarPrototypeId.HumanTorch: