Skip to content

Commit

Permalink
Add feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerS1066 committed Jul 9, 2024
1 parent 6492be2 commit 9b24837
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public boolean onCommand(@NotNull CommandSender commandSender, Command command,
return true;
}

player.sendMessage(I18nSupport.getInternationalisedString("Assault - Repairing Region"));
if (!MovecraftWarfare.getInstance().getAssaultManager().getRepairUtils()
.repairRegionRepairState(player.getWorld(), regionName, player)) {
String broadcast = ERROR_PREFIX + " " + String
Expand Down Expand Up @@ -86,6 +87,7 @@ public boolean onCommand(@NotNull CommandSender commandSender, Command command,
}
}

player.sendMessage(MOVECRAFT_COMMAND_PREFIX + I18nSupport.getInternationalisedString("AssaultRepair - Successful"));
return true;
}
}
1 change: 1 addition & 0 deletions src/main/resources/localisation/mcwlang_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ AssaultInfo\ -\ Not\ Assaultable\ -\ Recently\ Assaulted=NOT ASSAULTABLE DUE TO
AssaultInfo\ -\ Not\ Assaultable\ -\ Insufficient\ Defenders=NOT ASSAULTABLE DUE TO INSUFFICIENT ONLINE DEFENDERS
AssaultInfo\ -\ Not\ Assaultable\ -\ You\ Are\ Member=NOT ASSAULTABLE BECAUSE YOU ARE A MEMBER
AssaultInfo\ -\ Assaultable=THIS REGION CAN BE ASSAULTED
AssaultRepair\ -\ Successful=Admin repair successful, please remember to remove the beacon manually
Siege\ -\ Siege\ Cost=Cost to siege\:
Siege\ -\ Daily\ Income=Daily income\:
Siege\ -\ Day\ of\ Week=Day of week\:
Expand Down

0 comments on commit 9b24837

Please sign in to comment.