diff options
| author | Léo Kosman <leo.kosman@proton.me> | 2024-08-22 23:04:28 +0200 |
|---|---|---|
| committer | Léo Kosman <leo.kosman@proton.me> | 2024-08-22 23:04:28 +0200 |
| commit | ecfc9f0d622672fbdccce80583eab7974cc4cc15 (patch) | |
| tree | 0ec01d6fe8e4f57de2b8ef15d21a73e6eb6f7f7f /src/main | |
| parent | ddf0f272d7eefb825a3ce96b12f008f1710ca15e (diff) | |
fix: bad merging
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/java/world/anhgelus/molehunt/Game.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/java/world/anhgelus/molehunt/Game.java b/src/main/java/world/anhgelus/molehunt/Game.java index 10ef74e..c680a8f 100644 --- a/src/main/java/world/anhgelus/molehunt/Game.java +++ b/src/main/java/world/anhgelus/molehunt/Game.java @@ -53,7 +53,6 @@ public class Game { gamerules.get(GameRules.DO_IMMEDIATE_RESPAWN).set(true, server);
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();
|
