mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Correct compile NMS version
This commit is contained in:
parent
1ed45b1a20
commit
1205252450
@ -1,3 +1,3 @@
|
|||||||
#Build Number for ANT. Do not edit!
|
#Build Number for ANT. Do not edit!
|
||||||
#Sun Apr 26 22:16:02 CEST 2015
|
#Sun Apr 26 22:17:54 CEST 2015
|
||||||
build.number=987
|
build.number=988
|
||||||
|
@ -16,7 +16,7 @@ import org.bukkit.event.player.PlayerLoginEvent.Result;
|
|||||||
|
|
||||||
public class TFM_ServerInterface
|
public class TFM_ServerInterface
|
||||||
{
|
{
|
||||||
public static final String COMPILE_NMS_VERSION = "v1_8_R1";
|
public static final String COMPILE_NMS_VERSION = "v1_8_R2";
|
||||||
public static final Pattern USERNAME_REGEX = Pattern.compile("^[\\w\\d_]{3,20}$");
|
public static final Pattern USERNAME_REGEX = Pattern.compile("^[\\w\\d_]{3,20}$");
|
||||||
|
|
||||||
public static void setOnlineMode(boolean mode)
|
public static void setOnlineMode(boolean mode)
|
||||||
|
Loading…
Reference in New Issue
Block a user