File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ extends Node
1212# Most of these settings should never need to change, aside from the DEBUG_*
1313# options (which should be `false` when distributing compiled PCKs)
1414
15- const MODLOADER_VERSION = "6.2 .0"
15+ const MODLOADER_VERSION : = "7.0 .0"
1616
1717# If true, a complete array of filepaths is stored for each mod. This is
1818# disabled by default because the operation can be very expensive, but may
@@ -28,7 +28,7 @@ const MOD_HOOK_PACK_NAME := "mod-hooks.zip"
2828# Set to true to require using "--enable-mods" to enable them
2929const REQUIRE_CMD_LINE := false
3030
31- const LOG_NAME = "ModLoader:Store"
31+ const LOG_NAME : = "ModLoader:Store"
3232
3333# Vars
3434# =============================================================================
You can’t perform that action at this time.
0 commit comments