diff options
author | Amos <48657826+Mauler125@users.noreply.github.com> | 2022-03-04 15:31:50 +0100 |
---|---|---|
committer | Amos <48657826+Mauler125@users.noreply.github.com> | 2022-03-04 15:31:50 +0100 |
commit | a5514e298b6183a11cebfe8ef70daabc091f8940 (patch) | |
tree | f3e07be8ff17c9c730d72caef6747dea927bad53 /NorthstarDedicatedTest/dedicated.cpp | |
parent | 4cab6d7e499f3c148e21b4ae52c114d3e7f0d0d1 (diff) | |
download | NorthstarLauncher-a5514e298b6183a11cebfe8ef70daabc091f8940.tar.gz NorthstarLauncher-a5514e298b6183a11cebfe8ef70daabc091f8940.zip |
Light cleanup
Diffstat (limited to 'NorthstarDedicatedTest/dedicated.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dedicated.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/dedicated.cpp b/NorthstarDedicatedTest/dedicated.cpp index 4add29c7..920484da 100644 --- a/NorthstarDedicatedTest/dedicated.cpp +++ b/NorthstarDedicatedTest/dedicated.cpp @@ -5,7 +5,7 @@ #include "serverauthentication.h" #include "masterserver.h" #include "host_state.h" -#include "sv_rcon.h" + bool IsDedicated() { // return CommandLine()->CheckParm("-dedicated"); |