BeeStation-Hornet
BeeStation-Hornet copied to clipboard
Replace template.load with template.load_async
Our map loading system is commonly ported wrong because I made the mistake of not renaming the proc. We should have 2 procs:
- load, which loads and sleeps until the loading is finished
- load_async, which returns a task. This should deprecate returning map_loader and unify tasks and map loaders.