Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
A typo lol
Browse files Browse the repository at this point in the history
  • Loading branch information
Banane9 committed May 24, 2022
1 parent 6953a42 commit b200623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NeosModLoader/ModConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public class ModConfiguration : IModConfigurationDefinition
private int debounceMilliseconds = 3000;

// used to keep track of mods that spam Save():
// any mod that calls Save() for the a ModConfiguration within debounceMilliseconds of the previous call to the same ModConfiguration
// any mod that calls Save() for the ModConfiguration within debounceMilliseconds of the previous call to the same ModConfiguration
// will be put into Ultimate Punishment Mode, and ALL their Save() calls, regardless of ModConfiguration, will be debounced.
// The naughty list is global, while the actual debouncing is per-configuration.
private static ISet<string> naughtySavers = new HashSet<string>();
Expand Down

0 comments on commit b200623

Please sign in to comment.