From 58edb8783bd7896a511f0c4db6d99ba059c4fecf Mon Sep 17 00:00:00 2001 From: Ed Date: Wed, 21 May 2025 00:31:04 +0300 Subject: [PATCH] test with joinqueue --- Content.Client/_CP14/JoinQueue/QueueState.cs | 1 - Resources/ConfigPresets/_CP14/Dev.toml | 5 +++++ Resources/Locale/en-US/_CP14/discord/queue.ftl | 2 +- Resources/Locale/ru-RU/_CP14/discord/queue.ftl | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Content.Client/_CP14/JoinQueue/QueueState.cs b/Content.Client/_CP14/JoinQueue/QueueState.cs index 75a6d17a48..e466abf2bd 100644 --- a/Content.Client/_CP14/JoinQueue/QueueState.cs +++ b/Content.Client/_CP14/JoinQueue/QueueState.cs @@ -1,4 +1,3 @@ -using Content.Client._CP14.JoinQueue; using Content.Shared._CP14.JoinQueue; using Robust.Client.Audio; using Robust.Client.Console; diff --git a/Resources/ConfigPresets/_CP14/Dev.toml b/Resources/ConfigPresets/_CP14/Dev.toml index 57906e7ab3..f18b620aff 100644 --- a/Resources/ConfigPresets/_CP14/Dev.toml +++ b/Resources/ConfigPresets/_CP14/Dev.toml @@ -16,6 +16,9 @@ port = 1212 bindto = "::,0.0.0.0" max_connections = 100 +[status] +max_connections = 10 + [game] hostname = "⚔️ CrystallEdge ⚔️" desc = "History of the City of Sword and Magic. A social economic sandbox reinventing the Space Station 14 concept in fantasy style" @@ -36,6 +39,8 @@ hub_urls = "https://hub.spacestation14.com/" [infolinks] discord = "https://discord.gg/8BEPa9JbZ6" +patreon = "https://boosty.to/theshued" +github = "https://github.com/crystallpunk-14/crystall-punk-14" [procgen] preload = false diff --git a/Resources/Locale/en-US/_CP14/discord/queue.ftl b/Resources/Locale/en-US/_CP14/discord/queue.ftl index ea332ad7ca..24b4f443ee 100644 --- a/Resources/Locale/en-US/_CP14/discord/queue.ftl +++ b/Resources/Locale/en-US/_CP14/discord/queue.ftl @@ -2,4 +2,4 @@ queue-title = Queue queue-quit = Disconnect queue-position = Position queue-total = Total -queue-priority-join = Priority join \ No newline at end of file +queue-priority-join = About priority join \ No newline at end of file diff --git a/Resources/Locale/ru-RU/_CP14/discord/queue.ftl b/Resources/Locale/ru-RU/_CP14/discord/queue.ftl index 6ec384c530..b42fd6fafe 100644 --- a/Resources/Locale/ru-RU/_CP14/discord/queue.ftl +++ b/Resources/Locale/ru-RU/_CP14/discord/queue.ftl @@ -2,4 +2,4 @@ queue-title = Очередь queue-quit = Отключиться queue-position = Позиция queue-total = Всего -queue-priority-join = Приоритетный вход \ No newline at end of file +queue-priority-join = О приоритетном входе \ No newline at end of file