fix: 调整错误的注释 修复传送时间

Signed-off-by: 502647092 <admin@yumc.pw>
vbauth
502647092 2016-09-28 10:32:54 +08:00
parent fc02e2233b
commit 76e73b5c25
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ public class AuthMeHook implements Listener {
if (player.isOnline()) {
if (delay > 0) {
C.ActionBar.send(player, String.format(plugin.config.TPDelay, delay));
delay--;
return;
}
plugin.random(player);

View File

@ -9,7 +9,7 @@ Servers:
WaitTime: 35
#AuthMe自动传送
AuthMeAutoTP: true
#自动登录延时(单位: Tick)
#自动登录延时(单位: )
AutoTPDelay: 10
#传送提示
Message: '&a请稍候 正在传送至服务器 %s ...'