Skip to content

Commit

Permalink
Sub edit feature not working
Browse files Browse the repository at this point in the history
  • Loading branch information
magicbear committed Feb 15, 2024
1 parent 0b9feb3 commit 9313ccb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Changelog
Note that they these tags will not actually close the issue/PR until they
are merged into the "default" branch.

v0.6.9
-------

Fix:

- Sub edit feature not working

v0.6.8
-------

Expand Down
1 change: 1 addition & 0 deletions palworld_server_toolkit/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ def load_skipped_decode(_worldSaveData, skip_paths, recursive=True):

def gui_thread():
try:
global gui
gui = GUI()
gui.load()
gui.mainloop()
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = palworld-server-toolkit
version = 0.6.8
version = 0.6.9
author = MagicBear
author_email = [email protected]
description = A toolset for PalWorld Server
Expand Down

0 comments on commit 9313ccb

Please sign in to comment.