We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c3956 commit 6c645f0Copy full SHA for 6c645f0
src/001-constants.lua
@@ -4,7 +4,7 @@ local FOLDER_SETTINGS_PATH = '..\\Settings\\'
4
local FOLDER_LOGS_PATH = '..\\Log\\'
5
local FOLDER_CONFIG_PATH = '..\\Configs\\'
6
local MASTER_CONFIG_PATH = '..\\Scripts.ini'
7
-local MASTER_PRICES_CONFIG_PATH = '..\\Prices.ini'
+local PRICES_CONFIG_PATH = '..\\Prices.ini'
8
9
local NORTH = NORTH
10
local EAST = EAST
0 commit comments