We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf1eda commit d5f03a0Copy full SHA for d5f03a0
src/processing/minecraft.rs
@@ -291,6 +291,9 @@ fn clean_response_data(
291
version_name,
292
"COSMIC GUARD" | "TCPShield.com" | "â Error" | "⚠ Error"
293
)
294
+ // play.devlencio.net requested exclusion because Velocity logs errors
295
+ // on ping, and by MOTD due to a dynamic IP.
296
+ || description.contains("The hub for all Devlencio servers")
297
{
298
return None;
299
}
0 commit comments