Correction

This commit is contained in:
6arelyFuture 2021-11-14 18:39:33 +00:00
parent e85d5011cb
commit b7a618a649
No known key found for this signature in database
GPG Key ID: E883E2BC9657D955

View File

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