From 784bd1006c02718343c506621c72cbc575a73ee6 Mon Sep 17 00:00:00 2001 From: DepressedTWM Date: Fri, 21 Aug 2026 10:57:58 +0400 Subject: [PATCH] a --- binding-mri/physfs-binding.cpp | 1 + changelogs/0.1.2.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/binding-mri/physfs-binding.cpp b/binding-mri/physfs-binding.cpp index b84e643..4834048 100644 --- a/binding-mri/physfs-binding.cpp +++ b/binding-mri/physfs-binding.cpp @@ -1,3 +1,4 @@ +// Based on: https://github.com/Scorbutics/ruby-physfs #include #include "binding-util.h" #include "sharedstate.h" diff --git a/changelogs/0.1.2.txt b/changelogs/0.1.2.txt index 7b3625c..1016797 100644 --- a/changelogs/0.1.2.txt +++ b/changelogs/0.1.2.txt @@ -69,3 +69,4 @@ Added ModLoader loading screen Added [Function():string number] debug information in logs SecurityEngine now enabled only when Modloader is active Added Setting "Density of glen fireflies" +Added Better Modloading