File tree Expand file tree Collapse file tree 1 file changed +6
-13
lines changed
surf-api-core/surf-api-core-api/src/main/kotlin/dev/slne/surf/surfapi/core/api/messages Expand file tree Collapse file tree 1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,12 @@ object CommonComponents {
6969 *
7070 * **Output Example:**
7171 * ```
72- * CASTCRAFTER
73- * COMMUNITY SERVER
72+ * CASTCRAFTER.DE
7473 * ```
7574 */
7675 @JvmField
7776 val DISCONNECT_HEADER = buildText0 {
78- appendText(" CASTCRAFTER" , PRIMARY )
79- appendNewline()
80- appendText(" COMMUNITY SERVER" , PRIMARY )
77+ appendText(" CASTCRAFTER.DE" , PRIMARY )
8178 appendNewline(2 )
8279 }
8380
@@ -132,8 +129,7 @@ object CommonComponents {
132129 *
133130 * **Output Example:**
134131 * ```
135- * CASTCRAFTER
136- * COMMUNITY SERVER
132+ * CASTCRAFTER.DE
137133 *
138134 * DU WURDEST VOM SERVER GEWORFEN
139135 * \
@@ -161,8 +157,7 @@ object CommonComponents {
161157 *
162158 * **Output Example:**
163159 * ```
164- * CASTCRAFTER
165- * COMMUNITY SERVER
160+ * CASTCRAFTER.DE
166161 *
167162 * DU WURDEST VOM SERVER GEWORFEN
168163 * \
@@ -231,8 +226,7 @@ object CommonComponents {
231226 *
232227 * **Output Example:**
233228 * ```
234- * CASTCRAFTER
235- * COMMUNITY SERVER
229+ * CASTCRAFTER.DE
236230 *
237231 * DU WURDEST VOM SERVER GEWORFEN
238232 * \
@@ -262,8 +256,7 @@ object CommonComponents {
262256 *
263257 * **Output Example:**
264258 * ```
265- * CASTCRAFTER
266- * COMMUNITY SERVER
259+ * CASTCRAFTER.DE
267260 *
268261 * DU WURDEST VOM SERVER GEWORFEN
269262 * \
You can’t perform that action at this time.
0 commit comments