mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
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 /🆑
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user