Sets to non beta server.

This commit is contained in:
James Quinley 2022-11-02 18:19:38 -07:00
parent 586eda31ce
commit ecaae3d288

View File

@ -1,6 +1,6 @@
package com.jamesquinley.DelegationServices;
public class status {
public static boolean betaServer = true;
public static boolean betaServer = false;
public static String serverVersion = "1.1";
}