Skip to content

Commit b44b2bb

Browse files
committed
.
1 parent 0eb590f commit b44b2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)