diff --git a/Onequestionmark.hx b/Onequestionmark.hx index b6fdad8..324f492 100644 --- a/Onequestionmark.hx +++ b/Onequestionmark.hx @@ -137,15 +137,15 @@ class Onequestionmark { msg = "Sunday Event."; case 1: // Monday msg = "Monday Event."; - case 3: // Tuesday + case 2: // Tuesday msg = "Tuesday Event."; - case 4: // Wednesday + case 3: // Wednesday msg = "Wednesday Event."; - case 5: // Thursday + case 4: // Thursday msg = "Thursday Event."; - case 6: // Friday + case 5: // Friday msg = "Friday Event."; - case 7: // Saturday + case 6: // Saturday msg = "Saturday Event."; }