mirror of
https://github.com/diamante0018/MW3ServerFreezer.git
synced 2025-08-31 05:17:26 +00:00
Update rcon.cpp
This commit is contained in:
@@ -35,7 +35,7 @@ private:
|
|||||||
|
|
||||||
static void add_commands() {
|
static void add_commands() {
|
||||||
network::on_packet("rcon_authorization", [](const game::netadr_s& adr,
|
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);
|
const auto signed_msg = utils::cryptography::ecc::sign_message(key, data);
|
||||||
|
|
||||||
proto::rcon::command info;
|
proto::rcon::command info;
|
||||||
|
Reference in New Issue
Block a user