Remove old ban type enum-style const
This commit is contained in:
@@ -8,14 +8,6 @@
|
||||
// TYPE: Server (JavaScript)
|
||||
// ===========================================================================
|
||||
|
||||
const banType = {
|
||||
none: 0,
|
||||
account: 1,
|
||||
subAccount: 3,
|
||||
ipAddress: 4,
|
||||
uid: 5,
|
||||
};
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
|
||||
function initBanScript() {
|
||||
|
||||
Reference in New Issue
Block a user