mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-27 20:43:02 +05:00
small changes
This commit is contained in:
parent
47dbe783cf
commit
cd5367f72f
2 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue