X Tutup
Skip to content

Commit f91267a

Browse files
CYF 0.6.6 LTS 4
1 parent cfa0f2d commit f91267a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Device/GlobalControls.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
public class GlobalControls : MonoBehaviour {
1212
public static string CYFversion = "0.6.6"; // Current version of CYF displayed in the main menu and usable in scripts
1313
public static string OverworldVersion = "0.6.6"; // Last version in which the overworld was changed, notifying any user with an old save to delete it
14-
public static int LTSversion = 3; // LTS version, mainly used for CYF 0.6.6
14+
public static int LTSversion = 4; // LTS version, mainly used for CYF 0.6.6
1515
public static int BetaVersion = 0; // Only used for beta versions
1616

1717
public static int frame; // Frame counter used for logging purposes

0 commit comments

Comments
 (0)
X Tutup