Clarified things a bit
This commit is contained in:
parent
672fb4d31f
commit
7ea0b4f71e
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ public class ServerRunner {
|
||||||
|
|
||||||
private static final int interval = 24; // hours
|
private static final int interval = 24; // hours
|
||||||
|
|
||||||
private static volatile String server_version = "1.11";
|
private static volatile String server_version; // SET VERSION IN RUN.SH
|
||||||
|
|
||||||
private static volatile boolean stop = false;
|
private static volatile boolean stop = false;
|
||||||
private static volatile int restartcounter = RESTART_MESSAGE_COUNT;
|
private static volatile int restartcounter = RESTART_MESSAGE_COUNT;
|
||||||
|
|
Loading…
Reference in a new issue