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