Change host lookup to be optional #23
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "dbhost"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some parts of the logic do not make use of the host column in the players table, allow the field to be empty and do not query for an empty value (which might return bogus entries) if no value is passed to the lookup function. This additionally avoids the need for the hardcoded initial host when configuring the bot player.
Signed-off-by: Georg Pfuetzenreuter mail@georg-pfuetzenreuter.net