Browse Source

comment cleanup

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

4
src/engine/gameManager/ConfigManager.java

@ -11,7 +11,9 @@ package engine.gameManager;
// Magicbane configuration is loaded from environment variables // Magicbane configuration is loaded from environment variables
// //
// On boot the game first looks in /mb.conf for the file magicbane.conf. // On boot the game first looks in /mb.conf for the file magicbane.conf.
// If not found, a default is loaded from /mb.data to enable bootstrap. //
// If not found, a default config is loaded from /mb.data to enable bootstrap.
// This version should never be modified.
import engine.mbEnums; import engine.mbEnums;
import engine.server.login.LoginServer; import engine.server.login.LoginServer;

Loading…
Cancel
Save