Skip to content

Commit d5f03a0

Browse files
committed
exclude a server
1 parent 9bf1eda commit d5f03a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/processing/minecraft.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,9 @@ fn clean_response_data(
291291
version_name,
292292
"COSMIC GUARD" | "TCPShield.com" | "⚠ Error" | "⚠ Error"
293293
)
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")
294297
{
295298
return None;
296299
}

0 commit comments

Comments
 (0)