• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags

Frequently used words (click to add to your profile)

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

Carbon Copy plugin for VS


Commit MetaInfo

Revisione3331eb5b026dece1a0c2c7181a1336bbb2c29f6 (tree)
Time2019-06-17 10:06:13
Authormelchior <melchior@user...>
Commitermelchior

Log Message

clears after successful save

Change Summary

Incremental Difference

--- a/CarbonCopy/CarbonCopyMod.cs
+++ b/CarbonCopy/CarbonCopyMod.cs
@@ -210,6 +210,8 @@ namespace VCMiscMods
210210 filename = Path.Combine(ClientAPI.GetOrCreateDataPath("Exports"), filename);
211211
212212 blockExport.Save(filename);
213+
214+ Process_ClearCommand( );
213215 } else {
214216 ClientAPI.ShowChatMessage("Error; can't pack for export...");
215217 }