Browse Source

[fixed] select month option not working. Reported by Honey

anjuna krokus 2 tháng trước cách đây
mục cha
commit
4a96f56a5e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      locations/Cheatmenu_din.qsrc

+ 1 - 1
locations/Cheatmenu_din.qsrc

@@ -1881,7 +1881,7 @@ if $ARGS[0] = 'month':
 	'<a href="exec:dynamic $cheatmenu[''month2''], 12">December</a>'
 end
 
-$cheatmenu['month2'] = "gs 'Cheatmenu_din', 'month2', $ARGS[0]"
+$cheatmenu['month2'] = "gs 'Cheatmenu_din', 'month2', ARGS[0]"
 if $ARGS[0] = 'month2':
 	gs 'time', 'to_daystart', 1, ARGS[1], temp_year
 	temp_daystart = dateVars['daystart']