mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
God please kill me PLEASE
This commit is contained in:
parent
f9e87b6863
commit
b4bbbd8c6d
2 changed files with 2 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ class Persistent
|
|||
Language.set(@lang)
|
||||
end
|
||||
rescue => e
|
||||
print("[Scripts>Persistence] error: " + e.message)
|
||||
print("error: " + e.message)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -325,3 +325,4 @@ class Window_Base < Window
|
|||
self.contents.draw_text(x + 28, y, 212, 32, item.name)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue