Skip to content

Commit

Permalink
missed commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleclypse committed Sep 19, 2021
1 parent 6144bd6 commit a0fd90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/magic_enchantment.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ class enchantment
enum condition {
ALWAYS,
UNDERGROUND,
NIGHT
DAY
NIGHT,
DAY,
UNDERWATER,
ACTIVE, // the item, mutation, etc. is active
INACTIVE, // the item, mutation, etc. is inactive
Expand Down

0 comments on commit a0fd90a

Please sign in to comment.