• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

Automap (client) [VS plugin mod]


コミットメタ情報

リビジョンe751755c9002158215c5dac72a804a94ebe6faf2 (tree)
日時2020-11-28 07:23:34
作者melchior <melchior@user...>
コミッターmelchior

ログメッセージ

Events should attched after config data is loaded...

変更サマリ

差分

--- 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