[MIRROR] Fix further/MetaStation [MDB IGNORE] (#21944)

* Fix further/MetaStation (#76158)

## About The Pull Request

Typo fixes. Further and fixes MetaStation's default name to match the
JSON.

## Changelog

🆑 LT3
spellcheck: Fixed a few typos
/🆑

* Fix further/MetaStation

---------

Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-06-20 09:32:47 -07:00
committed by GitHub
co-authored by lessthanthree
parent 754d48a96b
commit 3d4b8e19ba
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ SUBSYSTEM_DEF(mapping)
var/old_config = config
config = global.config.defaultmap
if(!config || config.defaulted)
to_chat(world, span_boldannounce("Unable to load next or default map config, defaulting to Meta Station."))
to_chat(world, span_boldannounce("Unable to load next or default map config, defaulting to MetaStation."))
config = old_config
plane_offset_to_true = list()
true_to_offset_planes = list()