9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-26 01:59:20 +00:00

Add configuration option to synchronise flight

This commit is contained in:
William
2021-12-03 16:39:25 +00:00
parent c710268182
commit 32a5004fc7
5 changed files with 10 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ public class Settings {
public static boolean syncGameMode;
public static boolean syncAdvancements;
public static boolean syncLocation;
public static boolean syncFlight;
// This Cluster ID
public static String cluster;