• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

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

Revision82626582c9d3cd150055cd2d692c5036a75f3c49 (tree)
Zeit2020-03-02 02:56:15
AutorThe Grand Dog <alex.h@me.c...>
CommiterThe Grand Dog

Log Message

chat message -> verbose debug

Ändern Zusammenfassung

Diff

--- a/Automap/Subsystems/AutomapSystem.cs
+++ b/Automap/Subsystems/AutomapSystem.cs
@@ -611,7 +611,7 @@ namespace Automap
611611 }
612612
613613 #if DEBUG
614- ClientAPI.TriggerChatMessage($"Automap commanded to: {cmdData.State} ");
614+ Logger.VerboseDebug($"Automap commanded to: {cmdData.State} ");
615615 #endif
616616
617617 }