diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-09-29 22:52:26 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-09-29 22:53:12 +0200 |
| commit | 66d60ed9ab61efc176808b17fc26445dbf5be705 (patch) | |
| tree | 7774a7625948659c037514e0848ddd3c292fcc54 /locale | |
| parent | c1e826625f3ca3116d482b27e2f0b230cbd55346 (diff) | |
| download | hurrycurry-66d60ed9ab61efc176808b17fc26445dbf5be705.tar hurrycurry-66d60ed9ab61efc176808b17fc26445dbf5be705.tar.bz2 hurrycurry-66d60ed9ab61efc176808b17fc26445dbf5be705.tar.zst | |
Implement ready packet + Refactor server pausing
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/en.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/locale/en.ini b/locale/en.ini index 55dcdde5..b5b3849b 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -281,7 +281,8 @@ s.replay.cannot_join=Replays cannot be joined. s.state.abort_no_players=Game was aborted due to a lack of players. s.state.game_aborted=Game was aborted by {0}. s.state.overflow_resubscribe=Lagging behind. Some clientbound packets were dropped. -s.state.paused=Game paused +s.state.paused.all_idle=Game paused +s.state.paused.any_not_ready=Waiting for {0} players... s.tutorial.accept_order=Approach the customer take their order s.tutorial.active_cutting_board=Cut the item to slices here s.tutorial.active=Interact here for {0}s |