seperate patches from scripts and fix a few things

This commit is contained in:
a-bad-dev 2026-05-24 00:39:25 -03:00
commit 74a5ce327e
5 changed files with 23 additions and 59 deletions

4
patches/patch-1.patch Normal file
View file

@ -0,0 +1,4 @@
3753c3753
< m_repeat_place_time = g_settings->getFloat("repeat_place_time", 0.16f, 2.0f);
---
> m_repeat_place_time = g_settings->getFloat("repeat_place_time", 0.001f, 2.0f);