Merge pull request #13 from ReturnEnd/patch-1

update sv_menu.lua
This commit is contained in:
Malboro 2018-06-08 19:56:12 +02:00 committed by GitHub
commit 3e29cb83f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,9 +112,9 @@ concommand.Add("pp_cfg_open", pp_open_menu)
local function pp_info_send( um, ply )
local Content = net.ReadTable()
if !PermaProps.HasPermission( ply, "Menu") then ply:ChatPrint("Access denied !") return end
local Content = net.ReadTable()
if Content["CMD"] == "DEL" then
@ -180,4 +180,4 @@ local function pp_info_send( um, ply )
end
end
net.Receive("pp_info_send", pp_info_send)
net.Receive("pp_info_send", pp_info_send)