We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa0f2d commit f91267aCopy full SHA for f91267a
Assets/Scripts/Device/GlobalControls.cs
@@ -11,7 +11,7 @@
11
public class GlobalControls : MonoBehaviour {
12
public static string CYFversion = "0.6.6"; // Current version of CYF displayed in the main menu and usable in scripts
13
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
+ public static int LTSversion = 4; // LTS version, mainly used for CYF 0.6.6
15
public static int BetaVersion = 0; // Only used for beta versions
16
17
public static int frame; // Frame counter used for logging purposes
0 commit comments