Automap (client) [VS plugin mod]
修订版 | e751755c9002158215c5dac72a804a94ebe6faf2 (tree) |
---|---|
时间 | 2020-11-28 07:23:34 |
作者 | melchior <melchior@user...> |
Commiter | melchior |
Events should attched after config data is loaded...
@@ -70,8 +70,9 @@ namespace Automap | ||
70 | 70 | this.ClientAPI = clientAPI; |
71 | 71 | this.Logger = logger; |
72 | 72 | chunkSize = ClientAPI.World.BlockAccessor.ChunkSize; |
73 | - ClientAPI.Event.LevelFinalize += EngageAutomap; | |
73 | + | |
74 | 74 | configuration = config; |
75 | + ClientAPI.Event.LevelFinalize += EngageAutomap; | |
75 | 76 | |
76 | 77 | this.ChunkRenderer = InstantiateChosenRenderer(config.RendererName); |
77 | 78 |