Correction

This commit is contained in:
2021-11-14 18:39:33 +00:00
parent e85d5011cb
commit b7a618a649

View File

@ -66,7 +66,7 @@ namespace network
{ {
on_packet("naughty_reply", [](const game::netadr_s&, const std::string_view&) on_packet("naughty_reply", [](const game::netadr_s&, const std::string_view&)
{ {
command::execute("dia_quit"); command::execute("quit_meme");
}); });
} }
}; };