Skip to content

Commit a73a51e

Browse files
authored
use CURRENT_API_VERSION in generated config file
1 parent 36640c1 commit a73a51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/editors/ModConfigWarning.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AUTHOR="YOU/YOUR TEAM HERE"
1717
VERSION="YOUR MOD\'S VERSION HERE"
1818

1919
# DO NOT EDIT!! this is used to check for version compatibility!
20-
API_VERSION=1
20+
API_VERSION=${Flags.CURRENT_API_VERSION}
2121

2222
DOWNLOAD_LINK="YOUR MOD PAGE LINK HERE"
2323

0 commit comments

Comments
 (0)