Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ellieisjelly committed Jan 24, 2024
1 parent 97146d3 commit 9f0645f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,8 @@ private void onPlayerRemove(ServerPlayerEntity plr) {
detectives.remove(plr);
} else if (role == Roles.INNOCENT) {
innocents.remove(plr);
} else {
dead.remove(plr);
}
if (gameState != GameStates.ENDED) {
if (role != Roles.NONE) {
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/data/sabotage/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"map.sabotage.hellbound": "Hellbound",
"map.sabotage.skybound": "Skybound",

"statistic.bundle.sabotage": "Sabotage",
"statistic.sabotage.chests_opened": "Chests Opened",
"statistic.sabotage.karma": "Karma",

"sabotage.waiting": "Waiting for players.",
"sabotage.full": "Game is full.",

Expand Down
Binary file modified src/main/resources/data/sabotage/map_templates/hellbound.nbt
Binary file not shown.

0 comments on commit 9f0645f

Please sign in to comment.