aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/bansystem.h
diff options
context:
space:
mode:
authorBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-02 04:07:42 +0000
committerBobTheBob <32057864+BobTheBob9@users.noreply.github.com>2022-01-02 04:07:42 +0000
commit49acb6d831919022745b68f474b65c19f4e62bcd (patch)
tree5d81281e36b2c5cf9f3e7ccbbf0701f86940dfe5 /NorthstarDedicatedTest/bansystem.h
parented0f27914710b75a246645380e167dad071adaa7 (diff)
downloadNorthstarLauncher-49acb6d831919022745b68f474b65c19f4e62bcd.tar.gz
NorthstarLauncher-49acb6d831919022745b68f474b65c19f4e62bcd.zip
add unban 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 b316fc6f..a1646356 100644
--- a/NorthstarDedicatedTest/bansystem.h
+++ b/NorthstarDedicatedTest/bansystem.h
@@ -10,6 +10,7 @@ private:
public:
void OpenBanlist();
void BanUID(uint64_t uid);
+ void UnbanUID(uint64_t uid);
bool IsUIDAllowed(uint64_t uid);
};