From 3ca0e0a9ee250a426aa2123e4c3932d44d8d97bb Mon Sep 17 00:00:00 2001
From: Nikita <48434875+JonnyBro@users.noreply.github.com>
Date: Wed, 31 May 2023 19:49:47 +0500
Subject: [PATCH] Update README.md
---
README.md | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 6ae1748..45e6142 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,9 @@ Modified beatrun's source code.
There are lua modules ([source](https://github.com/fluffy-servers/gmod-discord-rpc)), they are for Discord Rich Presence to work, if you want pure Lua just don't extract them, but your Level and Map will not be shown in your Discord status.
This version of the beatrun works on any version of the game (Chromium or not).
+# Installation
+[here](/INSTALLATION.md)
+
## Changes added by me
* [Custom online courses database](https://courses.beatrun.ru)! It's free 🤯!
* Allow Overdrive usage on the server - `Beatrun_AllowOvedriveInMultiplayer`.
@@ -15,7 +18,13 @@ This version of the beatrun works on any version of the game (Chromium or not).
* Allow players to spawn props without admin rights - `Beatrun_AllowPropSpawn`.
## Fixes from previous version
-* Fixed player collision.
* Working on a new Gamemodes menu... (currently doesn't work at all).
-### [All changes](https://github.com/JonnyBro/beatrun/blob/master/CHANGES.md)
\ No newline at end of file
+# All changes and fixes
+* Course saving works with compression and without.
+* Quick turnaround only with `Unarmed`.
+* Fixed leaderboard sorting in gamemodes.
+* Fixed grapple usage in courses and gamemodes.
+* Fixed DataTheft crash when touching data bank.
+* Fixed error when loading course.
+* Fixed collisions issues.