no message
This commit is contained in:
@@ -36,6 +36,8 @@ import java.io.File;
|
||||
import java.nio.file.Paths;
|
||||
import java.util.Vector;
|
||||
public class Global {
|
||||
//Режим
|
||||
public static Mode mode = Mode.Undefined;
|
||||
//--------------------------------------------------
|
||||
public static GlobalProperties properties = new GlobalProperties();
|
||||
//</editor-fold>
|
||||
@@ -76,8 +78,7 @@ public class Global {
|
||||
public static int bad_state = 0;
|
||||
public static int need_update = 0;
|
||||
public static int need_publish = 0;
|
||||
//Режим
|
||||
public static Mode mode = Mode.Undefined;
|
||||
|
||||
public static void SynschronizeProperties() {
|
||||
try {
|
||||
File new_propertiesFile = new File(CommonUtils.getHomeDirectory(), "properties");
|
||||
|
||||
Reference in New Issue
Block a user