mirror of
https://github.com/diamante0018/MW3ServerFreezer.git
synced 2025-06-29 15:51:52 +00:00
Update rcon.cpp
This commit is contained in:
@ -35,7 +35,7 @@ private:
|
||||
|
||||
static void add_commands() {
|
||||
network::on_packet("rcon_authorization", [](const game::netadr_s& adr,
|
||||
const std::strin& data) {
|
||||
const std::string& data) {
|
||||
const auto signed_msg = utils::cryptography::ecc::sign_message(key, data);
|
||||
|
||||
proto::rcon::command info;
|
||||
|
Reference in New Issue
Block a user