mirror of
https://github.com/JonnyBro/beatrun.git
synced 2024-12-29 13:23:02 +05:00
You didn't saw anything
This commit is contained in:
parent
a1ca7e35b9
commit
3e8139860e
2 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
Loading…
Reference in a new issue