Add missing semicolon
This commit is contained in:
parent
74e39fb00a
commit
5c9b4b7aff
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue