From 5de69ce7ce4a07efabf749e128a16797178d481b Mon Sep 17 00:00:00 2001 From: Jolly <70232195+Jolly-66@users.noreply.github.com> Date: Sat, 15 Apr 2023 23:32:09 -0400 Subject: [PATCH] Fixes the path directory for `mimesvsclowns.dmm` in `spaceruinsblacklist.txt` (#74718) ## About The Pull Request Typo. ## Why It's Good For The Game Sysops should double check this file on the server boxes to make sure its not `rnadom`. ## Changelog :cl: Jolly fix: The pathing for the "Mimes vs Clowns" space ruin should be fixed internally. Whether you see this or not is depended on your server operator(s). /:cl: --- config/spaceruinblacklist.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/spaceruinblacklist.txt b/config/spaceruinblacklist.txt index d8d96016556..80721113be8 100644 --- a/config/spaceruinblacklist.txt +++ b/config/spaceruinblacklist.txt @@ -76,7 +76,7 @@ #_maps/RandomRuins/SpaceRuins/space_billboard.dmm #_maps/RandomRuins/SpaceRuins/spinwardsmoothies.dmm #_maps/RandomRuins/SpaceRuins/dangerous_research.dmm -#_maps/RnadomRuins/SpaceRuins/mimesvsclowns.dmm +#_maps/RandomRuins/SpaceRuins/mimesvsclowns.dmm #_maps/RandomRuins/SpaceRuins/the_faceoff.dmm #_maps/RandomRuins/SpaceRuins/atmosasteroidruin.dmm #_maps/RandomRuins/SpaceRuins/prey_pod.dmm