Add newline at end of file.

pull/2/head
Icedream 2017-04-17 20:12:40 +02:00
parent 02bd0a8ee6
commit 1f9986d344
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
2 changed files with 2 additions and 2 deletions

View File

@ -112,4 +112,4 @@ hook.Add( "PlayerBindPress", "PH_TauntMenu_PlayerBindPressFKeyMenus", function(p
lastMenu:Open()
end
end
end);
end);

View File

@ -236,4 +236,4 @@ net.Receive("PH_TauntMenu_Play", function(len, pl)
local path = net.ReadString()
PlayTaunt(pl, path)
end)
end)