From f0dcd2c4975f799258a1129c1181682d3b2d80e7 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sat, 22 Jul 2023 00:53:15 +0200 Subject: [PATCH] Missed trailing / --- systems/kami/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/kami/default.nix b/systems/kami/default.nix index b1bd9a2..eb9da5d 100644 --- a/systems/kami/default.nix +++ b/systems/kami/default.nix @@ -38,7 +38,7 @@ difficulty = 3; enable-rcon = true; "rcon.password" = "test"; - motd = "\u00A7cWake up to reality! Nothing ever goes as planned in this accursed world.☯"; + motd = "\\u00A7cWake up to reality! Nothing ever goes as planned in this accursed world.☯"; spawn-protection = 0; level-type = "minecraft:amplified"; level-name = "amplified_world";