Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
Add default clause to switch statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Rutherther committed May 9, 2020
1 parent 60fd85e commit fefa750
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions srcs/Moonlight/Handlers/Raids/RaidPacketHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ protected override void Handle(Client client, RaidPacket packet)
Raid = raid
});
break;
default:
break;
}
}
}
Expand Down

0 comments on commit fefa750

Please sign in to comment.