From 5c9b4b7aff6a70e6ae2df8631e803f64cb57e15c Mon Sep 17 00:00:00 2001 From: Crypto137 Date: Wed, 25 Mar 2026 18:46:36 +0300 Subject: [PATCH] Add missing semicolon --- src/MHServerEmu.Games/Network/MigrationUtility.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MHServerEmu.Games/Network/MigrationUtility.cs b/src/MHServerEmu.Games/Network/MigrationUtility.cs index 6bbfb56b..2fcf3e1a 100644 --- a/src/MHServerEmu.Games/Network/MigrationUtility.cs +++ b/src/MHServerEmu.Games/Network/MigrationUtility.cs @@ -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: