Browse Source

comment cleanup

combat-2
MagicBot 7 months ago
parent
commit
7d6407fbf5
  1. 13
      src/engine/gameManager/ConfigManager.java

13
src/engine/gameManager/ConfigManager.java

@ -23,12 +23,13 @@ import java.util.regex.Pattern; @@ -23,12 +23,13 @@ import java.util.regex.Pattern;
public enum ConfigManager {
// Magicbane configuration is loaded from environment variables
//
// On boot the game first looks in /mb.conf for the file magicbane.conf.
//
// If not found, a default config is loaded from /mb.data to enable bootstrap.
// This version should never be modified.
// MB Dev notes:
// Magicbane configuration is loaded from environment variables
//
// On boot the game first looks in /mb.conf for the file magicbane.conf.
//
// If not found, a default config is loaded from /mb.data to enable bootstrap.
// This version should never be modified.
MB_BIND_ADDR,
MB_EXTERNAL_ADDR,

Loading…
Cancel
Save