aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan <sentrycraft123@gmail.com>2023-06-29 04:11:46 +0100
committerGitHub <noreply@github.com>2023-06-28 23:11:46 -0400
commitd50739ac01ef50c9ecda01f3cde889630e5652aa (patch)
tree3f973c6444b098127cfb9b295e488ae2136b9131
parentde970c559c836075cca888e9ad953293833b406a (diff)
downloadNorthstarLauncher-d50739ac01ef50c9ecda01f3cde889630e5652aa.tar.gz
NorthstarLauncher-d50739ac01ef50c9ecda01f3cde889630e5652aa.zip
Remove pragma once from source file (#487)
-rw-r--r--NorthstarDLL/server/auth/bansystem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/NorthstarDLL/server/auth/bansystem.cpp b/NorthstarDLL/server/auth/bansystem.cpp
index a438450f..845a1bff 100644
--- a/NorthstarDLL/server/auth/bansystem.cpp
+++ b/NorthstarDLL/server/auth/bansystem.cpp
@@ -1,4 +1,3 @@
-#pragma once
#include "bansystem.h"
#include "serverauthentication.h"
#include "core/convar/concommand.h"