diff --git a/src/engine/gameManager/ConfigManager.java b/src/engine/gameManager/ConfigManager.java index 25284548..f125024f 100644 --- a/src/engine/gameManager/ConfigManager.java +++ b/src/engine/gameManager/ConfigManager.java @@ -10,7 +10,7 @@ package engine.gameManager; // 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. import engine.mbEnums;