forgot to remove test

This commit is contained in:
Nishi 2026-01-30 01:28:33 +09:00
commit 2f9f19c71e
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -1,7 +1,6 @@
#include <GearSrc/Net.h>
#include <GearSrc/Log.h>
#include <GearSrc/Endian.h>
#include <stb_ds.h>
@ -22,8 +21,6 @@ GSNetClient GSNetClientOpen(GSClient client, const char* hostname, int port) {
GSNetStateInit(&net->state, client->engine);
strcpy(net->state.name, "Client");
GSNetStateWriteUnsafe(&net->state, "Hello", 5);
return net;
}