aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/bansystem.h
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-02 20:25:04 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-02 20:25:04 +0000
commitbe0d965142ec2078a20f402dd12d0f2f135842fe (patch)
treebc16334dddcd45cc030029c0ff08aaf224cdd709 /NorthstarDedicatedTest/bansystem.h
parent49acb6d831919022745b68f474b65c19f4e62bcd (diff)
downloadNorthstarLauncher-be0d965142ec2078a20f402dd12d0f2f135842fe.tar.gz
NorthstarLauncher-be0d965142ec2078a20f402dd12d0f2f135842fe.zip
add clearbanlist command
Diffstat (limited to 'NorthstarDedicatedTest/bansystem.h')
-rw-r--r--NorthstarDedicatedTest/bansystem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/bansystem.h b/NorthstarDedicatedTest/bansystem.h
index a1646356..8ce05308 100644
--- a/NorthstarDedicatedTest/bansystem.h
+++ b/NorthstarDedicatedTest/bansystem.h
@@ -9,6 +9,7 @@ private:
public:
void OpenBanlist();
+ void ClearBanlist();
void BanUID(uint64_t uid);
void UnbanUID(uint64_t uid);
bool IsUIDAllowed(uint64_t uid);