diff --git a/src/main/java/xyz/twovb/sgm/games/impl/capturethebrick/CTB.java b/src/main/java/xyz/twovb/sgm/games/impl/capturethebrick/CTB.java index b40ac5e..c61b659 100644 --- a/src/main/java/xyz/twovb/sgm/games/impl/capturethebrick/CTB.java +++ b/src/main/java/xyz/twovb/sgm/games/impl/capturethebrick/CTB.java @@ -540,7 +540,7 @@ public class CTB implements Minigame { cTagger.sendMessage(messages.getString("system.player.tag.notime.notify").replace("%player%", tagged.getName())); cTagged.sendMessage(messages.getString("system.player.tag.notime.info").replace("%player%", tagger.getName())); playerStateMap.replace(tagger, CtbData.PlayerState.Tagging, CtbData.PlayerState.Invulnerable); - playerStateMap.replace(tagged, CtbData.PlayerState.Tagged, CtbData.PlayerState.Invulnerable); + playerStateMap.replace(tagged, CtbData.PlayerState.Tagged, CtbData.PlayerState.Free); for (Entity entity : tagger.getPassengers()) { if (entity instanceof ArmorStand) { entity.remove(); diff --git a/src/main/resources/games/capturethebrick/messages.yml b/src/main/resources/games/capturethebrick/messages.yml index c51f882..76bb4c7 100644 --- a/src/main/resources/games/capturethebrick/messages.yml +++ b/src/main/resources/games/capturethebrick/messages.yml @@ -16,7 +16,7 @@ system: tag: notime: notify: "&7You have run out of time to bring %player% to Jail! You must head back to Neutral before you can do anything." - info: "&7%player% has run out of time to take you to Jail! You have been released and you must head back to Neutral before you can do anything." + info: "&7%player% has run out of time to take you to Jail! You have been released!" notify: "&7You have been tagged! %player% now has %seconds% seconds to take you to Jail or you will be freed!" info: "&7You have tagged %player%! You have %seconds% seconds to take them to Jail! Crouch if you would like to set them free." released: