Remove old ban type enum-style const

This commit is contained in:
Vortrex
2021-02-05 01:34:20 -06:00
parent ec428f59cc
commit 4dec5dacb3

View File

@@ -8,14 +8,6 @@
// TYPE: Server (JavaScript)
// ===========================================================================
const banType = {
none: 0,
account: 1,
subAccount: 3,
ipAddress: 4,
uid: 5,
};
// ---------------------------------------------------------------------------
function initBanScript() {