mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Fixes re-enabling the character creator saying "character creatior.." (#21364)
how'd that slip through
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user