From ba56ecbb2ee96894ed6dff9948b329b9d0a0dedb Mon Sep 17 00:00:00 2001 From: Paxilmaniac <82386923+Paxilmaniac@users.noreply.github.com> Date: Tue, 23 May 2023 06:52:16 -0400 Subject: [PATCH] Fixes re-enabling the character creator saying "character creatior.." (#21364) how'd that slip through --- code/controllers/subsystem/lag_switch.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/lag_switch.dm b/code/controllers/subsystem/lag_switch.dm index dac4e272640..fdd9a9287e5 100644 --- a/code/controllers/subsystem/lag_switch.dm +++ b/code/controllers/subsystem/lag_switch.dm @@ -129,7 +129,7 @@ SUBSYSTEM_DEF(lag_switch) if (state) to_chat(world, span_boldannounce("The character creator and preferences menu has been disabled for performance metrics.")) else - to_chat(world, span_boldannounce("The character creatior has been re-enabled.")) + to_chat(world, span_boldannounce("The character creator has been re-enabled.")) // SKYRAT EDIT END return TRUE