Fixes re-enabling the character creator saying "character creatior.." (#21364)

how'd that slip through
This commit is contained in:
Paxilmaniac
2023-05-23 06:52:16 -04:00
committed by GitHub
parent 5bc9664313
commit ba56ecbb2e
+1 -1
View File
@@ -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