Skip to content

Commit fe7f912

Browse files
committed
Remove development aid
1 parent dd977df commit fe7f912

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
@@ -24,7 +24,6 @@
2424
$queryresult["info"] = ($Query->GetInfo());
2525
$queryresult["players"] = ($Query->GetPlayers());
2626
$queryresult = json_encode($queryresult);
27-
$queryresult = '{"info":{"HostName":"?4Linux?aGSM?3 von ?eLeo","GameType":"SMP","GameName":"MINECRAFT","Version":"1.18.2","Plugins":"","Map":"world","Players":1,"MaxPlayers":20,"HostPort":25565,"HostIp":"193.23.126.118","Software":"Vanilla"},"players":["tomctl2", "tomctl2", "tomctl2", "tomctl2", "tomctl2", "tomctl2", "tomctl2", "tomctl2", "tomctl2"]}';
2827
} catch (MinecraftQueryException $e) {
2928
}
3029
}

0 commit comments

Comments
 (0)