Addition of KickMissingHWID configuration.

This commit is contained in:
MobiusDevelopment
2020-10-21 01:49:22 +00:00
parent f532bad2fb
commit cbf7bcb229
45 changed files with 375 additions and 270 deletions

View File

@@ -162,11 +162,15 @@ RestartOnDeadlock = False
# ---------------------------------------------------------------------------
# Check if hardware information is sent upon login.
# Players without hardware information are kicked from the game.
# WARNING: To receive hardware information from client, l2.ini NetSendHardWare must be set to true.
# Default: False
EnableHardwareInfo = False
# Players without hardware information are kicked from the game.
# Automatically set to True when MaxPlayersPerHWID > 0.
# Default: False
KickMissingHWID = False
# Maximum number of players per HWID allowed to enter game.
# Default: 0 (unlimited)
MaxPlayersPerHWID = 0