diff --git a/Knowledge-Base.md b/Knowledge-Base.md index 764d65c..c85ff61 100644 --- a/Knowledge-Base.md +++ b/Knowledge-Base.md @@ -60,9 +60,3 @@ Plutonium has a system the server key controls the hostname. IW4MAdmin cannot access that information as it's stored on their system. **You need to set the `sv_hostname` DVar in the server configuration to match the server name specified in the Plutonium key management interface.** Alternatively, you can use the [CustomHostname](https://github.com/RaidMax/IW4M-Admin/wiki/Configuration#server-configuration-1) configuration option to manually set the hostname for the server. - -*** -### I get the error `Unable to add player [Name=name, NetworkId=ID, IP=--, ClientSlot=#]` -This means you have multiple servers logging to the same physical file. -Because there is no way to identify server-unique log lines when they're all logging to the same file, IW4MAdmin processes the log for every server. You must set _unique_ values in your game server config for the `g_log` dvar. -e.g. server 1: `set g_log "dom_mp.log"`, server 2: `set g_log "ffa_mp.log"`