mirror of
https://github.com/diamante0018/MW3ServerFreezer.git
synced 2025-04-19 19:52:53 +00:00
Update rcon.cpp
This commit is contained in:
parent
6dcd08f6d1
commit
d0303e9cbe
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user