mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 22:34:58 +00:00
Correct compile NMS version
This commit is contained in:
parent
1ed45b1a20
commit
1205252450
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
#Build Number for ANT. Do not edit!
|
||||
#Sun Apr 26 22:16:02 CEST 2015
|
||||
build.number=987
|
||||
#Sun Apr 26 22:17:54 CEST 2015
|
||||
build.number=988
|
||||
|
|
|
@ -16,7 +16,7 @@ import org.bukkit.event.player.PlayerLoginEvent.Result;
|
|||
|
||||
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 void setOnlineMode(boolean mode)
|
||||
|
|
Loading…
Reference in a new issue