diff --git a/lua/autorun/client/prophunt_tauntmenu.lua b/lua/autorun/client/prophunt_tauntmenu.lua index 16741c1..ea972d0 100644 --- a/lua/autorun/client/prophunt_tauntmenu.lua +++ b/lua/autorun/client/prophunt_tauntmenu.lua @@ -112,4 +112,4 @@ hook.Add( "PlayerBindPress", "PH_TauntMenu_PlayerBindPressFKeyMenus", function(p lastMenu:Open() end end -end); \ No newline at end of file +end); diff --git a/lua/autorun/server/prophunt_tauntmenu.lua b/lua/autorun/server/prophunt_tauntmenu.lua index d3c2f5e..81186b3 100644 --- a/lua/autorun/server/prophunt_tauntmenu.lua +++ b/lua/autorun/server/prophunt_tauntmenu.lua @@ -236,4 +236,4 @@ net.Receive("PH_TauntMenu_Play", function(len, pl) local path = net.ReadString() PlayTaunt(pl, path) -end) \ No newline at end of file +end)