• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Automap (client) [VS plugin mod]


Commit MetaInfo

Revisione751755c9002158215c5dac72a804a94ebe6faf2 (tree)
Time2020-11-28 07:23:34
Authormelchior <melchior@user...>
Commitermelchior

Log Message

Events should attched after config data is loaded...

Change Summary

Incremental Difference

--- a/Automap/Subsystems/AutomapSystem.cs
+++ b/Automap/Subsystems/AutomapSystem.cs
@@ -70,8 +70,9 @@ namespace Automap
7070 this.ClientAPI = clientAPI;
7171 this.Logger = logger;
7272 chunkSize = ClientAPI.World.BlockAccessor.ChunkSize;
73- ClientAPI.Event.LevelFinalize += EngageAutomap;
73+
7474 configuration = config;
75+ ClientAPI.Event.LevelFinalize += EngageAutomap;
7576
7677 this.ChunkRenderer = InstantiateChosenRenderer(config.RendererName);
7778