Skip to content

Commit

Permalink
Moving setting because it's less important
Browse files Browse the repository at this point in the history
  • Loading branch information
GreepTheSheep committed Oct 4, 2021
1 parent 506f356 commit 659d1f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Settings.as
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ enum RMCGoal {
[Setting name="Goal" category="Random Map Challenge" description="The goal to get in a map to be counted, keep in mind that RMC rules accepts only Author Times at the moment"]
RMCGoal Setting_RMC_Goal = RMCGoal::Author;

[Setting name="Maximum timer on Survival mode (in minutes)" category="Random Map Challenge" min=2 max=60]
int Setting_RMC_SurvivalMaxTime = 15;

[Setting name="Display the current map name, author and style (according to MX) on the RMC timer" category="Random Map Challenge"]
bool Setting_RMC_DisplayCurrentMap = true;

Expand All @@ -110,6 +107,9 @@ bool Setting_RMC_OnlySkip = false;
[Setting name="Show the buttons when the Openplanet overlay is hidden" category="Random Map Challenge"]
bool Setting_RMC_ShowBtns = true;

[Setting name="Maximum timer on Survival mode (in minutes)" category="Random Map Challenge" min=2 max=60]
int Setting_RMC_SurvivalMaxTime = 15;

[Setting name="Announcements, Changelog and Rules API URL" category="Advanced" description="Change if you know what are you doing."]
string Setting_API_URL = "https://greep.gq/api/mxrandom.json";

Expand Down

0 comments on commit 659d1f2

Please sign in to comment.