Various grammar fixes

This commit is contained in:
shizcalev
2017-09-17 01:46:30 -04:00
parent 7b1b767a45
commit 81e5154a70
30 changed files with 45 additions and 45 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ GLOBAL_VAR_INIT(total_runtimes_skipped, 0)
configured_error_silence_time = config.error_silence_time
//Each occurence of an unique error adds to its cooldown time...
//Each occurence of a unique error adds to its cooldown time...
cooldown = max(0, cooldown - (world.time - last_seen)) + configured_error_cooldown
// ... which is used to silence an error if it occurs too often, too fast
if(cooldown > configured_error_cooldown * configured_error_limit)