mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-28 17:05:14 +00:00
Update OMI for GRF Editor
This commit is contained in:
@@ -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
2
Vendor/OMI-Lib
vendored
Submodule Vendor/OMI-Lib updated: bf46386e77...211d31a060
Reference in New Issue
Block a user