Skip to content

Commit

Permalink
fix: remove unneeded comma
Browse files Browse the repository at this point in the history
  • Loading branch information
Lierrmm committed Aug 13, 2024
1 parent 7c0f4ea commit bb95204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SharedLibraryCore/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public enum Game
CSGO = 10,
H1 = 11,
L4D2 = 12,
H2M = 13,
H2M = 13
}

// only here for performance
Expand Down

0 comments on commit bb95204

Please sign in to comment.