diff options
| author | Léo Kosman <leo.kosman@proton.me> | 2024-08-22 23:03:49 +0200 |
|---|---|---|
| committer | Léo Kosman <leo.kosman@proton.me> | 2024-08-22 23:03:49 +0200 |
| commit | ddf0f272d7eefb825a3ce96b12f008f1710ca15e (patch) | |
| tree | 15b57c4582b80e7b98f7dbb61652b64725da1190 /src | |
| parent | 29e19bca3f4b1f7b6e2e9ea35ab72bc62c4c4868 (diff) | |
| parent | c74eeb19ff9d8c6472588dc88fa672a764ec8078 (diff) | |
Merge remote-tracking branch 'origin/feat/config' into feat/config
# Conflicts:
# src/main/java/world/anhgelus/molehunt/Game.java
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/java/world/anhgelus/molehunt/Game.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/world/anhgelus/molehunt/Game.java b/src/main/java/world/anhgelus/molehunt/Game.java index 1091c0f..10ef74e 100644 --- a/src/main/java/world/anhgelus/molehunt/Game.java +++ b/src/main/java/world/anhgelus/molehunt/Game.java @@ -54,6 +54,7 @@ public class Game { gamerules.get(GameRules.DO_ENTITY_DROPS).set(false, server);
final var title = new TitleS2CPacket(Text.of("§eYou are..."));
+ final var title = new TitleS2CPacket(Text.translatable("molehunt.game.start.suspense"));
playerManager.getPlayerList().forEach(p -> {
p.kill();
p.networkHandler.sendPacket(timing);
|
