remove unnecessary data from server list ping

This commit is contained in:
p2r3
2025-08-27 16:15:57 +03:00
parent ae51fb4fbc
commit 68eb77c424

View File

@@ -25,7 +25,6 @@ int sc_statusResponse (int client_fd) {
char header[] = "{" char header[] = "{"
"\"version\":{\"name\":\"1.21.8\",\"protocol\":772}," "\"version\":{\"name\":\"1.21.8\",\"protocol\":772},"
"\"enforcesSecureChat\":false,"
"\"description\":{\"text\":\""; "\"description\":{\"text\":\"";
char footer[] = "\"}}"; char footer[] = "\"}}";