Update OMI for GRF Editor

This commit is contained in:
miku-666
2024-03-18 17:39:43 +01:00
parent 68188e84e7
commit ea4328389c
2 changed files with 2 additions and 3 deletions

View File

@@ -17,7 +17,6 @@
**/
using System;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Windows.Forms;
@@ -272,7 +271,7 @@ namespace PckStudio.Forms.Editor
{
try
{
_pckfile?.SetData(new GameRuleFileWriter(_file, compressionLevel, compressionType));
_pckfile?.SetData(new GameRuleFileWriter(_file));
DialogResult = DialogResult.OK;
MessageBox.Show("Saved!");
}

2
Vendor/OMI-Lib vendored