update tp
This commit is contained in:
@ -69,6 +69,9 @@ public class FormWindowTeleport extends FormWindowSimple implements FormEvent {
|
|||||||
} else {
|
} else {
|
||||||
ToastUtils.Show(player, ToastUtils.INFO_TYPE_ERROR, "不存在死亡记录点");
|
ToastUtils.Show(player, ToastUtils.INFO_TYPE_ERROR, "不存在死亡记录点");
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
|
case "玩家":
|
||||||
|
|
||||||
return;
|
return;
|
||||||
case "主城":
|
case "主城":
|
||||||
Position spawnLocation = player.getLevel().getSpawnLocation();
|
Position spawnLocation = player.getLevel().getSpawnLocation();
|
||||||
|
Reference in New Issue
Block a user