Skip to content

Commit 59a6e62

Browse files
committed
Fix bug: Don't throw an error code, if a minecraft server doesn't answer the ping.
1 parent 57898d0 commit 59a6e62

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

query/minecraftquery.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
$queryresult = $Query->Query();
1111
$queryresult = json_encode($queryresult);
1212
} catch (MinecraftPingException $e) {
13-
echo $e->getMessage();
1413
} finally {
1514
if ($Query) {
1615
$Query->Close();

0 commit comments

Comments
 (0)