small changes

This commit is contained in:
Jonny_Bro (Nikita) 2023-05-26 00:11:42 +05:00
parent 47dbe783cf
commit cd5367f72f
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# beatrun
Modified beatrun's source code.<br>
There are lua modules, 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.
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.
## Changes added by me
* [Custom online courses service](https://courses.beatrun.ru)! DM @Jonny_Bro#4226 for an API key.

View file

@ -1,4 +1,5 @@
if file.Find("lua/bin/gmcl_gdiscord_*.dll", "GAME")[1] == nil then return end
if file.Find("lua/bin/gmcl_gdiscord_*.dll", "GAME") == nil then return end
require("gdiscord")
local image = "default"