diff --git a/beatrun/gamemodes/beatrun/gamemode/cl/SteamPresence.lua b/beatrun/gamemodes/beatrun/gamemode/cl/SteamPresence.lua index 1c27bfc..ee675d4 100644 --- a/beatrun/gamemodes/beatrun/gamemode/cl/SteamPresence.lua +++ b/beatrun/gamemodes/beatrun/gamemode/cl/SteamPresence.lua @@ -1,4 +1,4 @@ -if file.Find("lua/bin/gmcl_steamfriends_*.dll", "GAME") == nil then return end +if file.Find("lua/bin/gmcl_steamrichpresencer_*.dll", "GAME") == nil then return end local richtext = "" local nextupdate = 0 diff --git a/beatrun/gamemodes/beatrun/gamemode/sh/MenuBinds.lua b/beatrun/gamemodes/beatrun/gamemode/sh/MenuBinds.lua index ca77de6..8c05865 100644 --- a/beatrun/gamemodes/beatrun/gamemode/sh/MenuBinds.lua +++ b/beatrun/gamemodes/beatrun/gamemode/sh/MenuBinds.lua @@ -2,8 +2,4 @@ hook.Add("PlayerButtonDown", "CourseMenuBind", function(ply, button) if (game.SinglePlayer() or CLIENT and IsFirstTimePredicted()) and button == KEY_F4 then ply:ConCommand("Beatrun_CourseMenu") end - - if (game.SinglePlayer() or CLIENT and IsFirstTimePredicted()) and button == KEY_F3 then - ply:ConCommand("Beatrun_GamemodesMenu") - end end) \ No newline at end of file