~~ssh~~ https auto update

This commit is contained in:
lhy6305 2024-09-26 00:31:27 +08:00
parent 420c54363e
commit 96c9d4f25c
2 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class ServerTickHandler {
Set<String> player_tag_list = player.getCommandTags();
if(player_tag_list.contains("flag_wp24_has_get_flag") && player_tag_list.contains("flag_wp24_trigger_get_flag")) {
if(player_tag_list.contains("flag_wp24_already_got_flag") && player_tag_list.contains("flag_wp24_trigger_get_flag")) {
player.removeCommandTag("flag_wp24_get_flag_succ");
player.removeCommandTag("flag_wp24_get_flag_error");
String player_name = player.getGameProfile().getName();

Binary file not shown.