Skip to content

Commit

Permalink
Fix backwards-compatibility with other Galacticraft addons (e. g. Ext…
Browse files Browse the repository at this point in the history
…raPlanets)
  • Loading branch information
PT400C authored and glowredman committed Dec 18, 2023
1 parent 5e16cfe commit fa026ad
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ public class ConfigManagerCore {
// KEYBOARD AND MOUSE
public static float mapMouseScrollSensitivity;
public static boolean invertMapMouseScroll;

//Kept to ensure backwards-compatibility with certain Galacticraft addons
public static int keyOverrideFuelLevelI = 0;

public static ArrayList<Object> clientSave = null;

Expand Down

0 comments on commit fa026ad

Please sign in to comment.