This commit is contained in:
DepressedTWM 2026-08-21 10:57:58 +04:00
parent 4ae5969dd9
commit 784bd1006c
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// Based on: https://github.com/Scorbutics/ruby-physfs
#include <physfs.h> #include <physfs.h>
#include "binding-util.h" #include "binding-util.h"
#include "sharedstate.h" #include "sharedstate.h"

View File

@ -69,3 +69,4 @@ Added ModLoader loading screen
Added [Function():string number] debug information in logs Added [Function():string number] debug information in logs
SecurityEngine now enabled only when Modloader is active SecurityEngine now enabled only when Modloader is active
Added Setting "Density of glen fireflies" Added Setting "Density of glen fireflies"
Added Better Modloading