Skip to content

Commit 17e0b18

Browse files
committed
enabled flour mill
1 parent f0db190 commit 17e0b18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manager/src/ENUMS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_game_type_name_from_value(value):
2525
class GAME_TYPE(Enum):
2626
water_ripples = 'Water Ripples'
2727
wine_glasses = 'Wine Glasses'
28-
# flour_mill = 'Flour Mill'
28+
flour_mill = 'Flour Mill'
2929

3030

3131
class GAME_REQUEST_TYPE(Enum):

0 commit comments

Comments
 (0)