mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 00:49:06 +01:00
Preferences fixes, ahoy! (#3045)
Fixes #1670 Fixes #1780 Fixes #1781 Fixes #1493
This commit is contained in:
+1
-1
@@ -196,7 +196,7 @@ var/list/world_api_rate_limit = list()
|
||||
// They don't provide any useful information, and as such, are being suppressed.
|
||||
#ifdef UNIT_TEST
|
||||
|
||||
if (findtextEx(e.name, "Invalid Timer:"))
|
||||
if (findtextEx(e.name, "Invalid timer:") || findtextEx(e.desc, "Invalid timer:"))
|
||||
inerror = 0
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user