1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

proto Luatit -> luanti

This commit is contained in:
DustyBagel 2025-01-02 18:22:46 -06:00
parent 8ca5d14516
commit 1437b0aa79

View file

@ -69,7 +69,7 @@ typedef int socket_t;
const char* adv_multicast_addr = "224.1.1.1";
const static unsigned short int adv_port = 29998;
const std::string proto = "Luanti";
const std::string proto = "lanti";
static std::string ask_str;
bool use_ipv6 = true;