From 635720732628fc449fea2adfc5fa3faae418745b Mon Sep 17 00:00:00 2001 From: RektInator Date: Wed, 31 May 2017 01:51:45 +0200 Subject: [PATCH] [Dedicated] Fixed server command --- src/Components/Modules/Dedicated.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Components/Modules/Dedicated.cpp b/src/Components/Modules/Dedicated.cpp index f16b98f4..bca732bc 100644 --- a/src/Components/Modules/Dedicated.cpp +++ b/src/Components/Modules/Dedicated.cpp @@ -531,8 +531,8 @@ namespace Components for (int client = 0; client < 18; client++) { - Dedicated::PlayerGuids[client][0].bits = strtoull(params.get(2 * client + 1), nullptr, 16); - Dedicated::PlayerGuids[client][1].bits = strtoull(params.get(2 * client + 2), nullptr, 16); + Dedicated::PlayerGuids[client][0].bits = strtoull(params->get(2 * client + 1), nullptr, 16); + Dedicated::PlayerGuids[client][1].bits = strtoull(params->get(2 * client + 2), nullptr, 16); if (Steam::Proxy::SteamFriends && Dedicated::PlayerGuids[client][1].bits != 0) {