mirror of
https://github.com/gmod-integration/lua.git
synced 2025-04-29 18:55:25 +00:00
fix: forgot the data.fps
This commit is contained in:
parent
60551eee07
commit
8bdf3b4bc0
|
@ -26,7 +26,7 @@ local netReceive = {
|
|||
RunConsoleCommand("changelevel", game.GetMap())
|
||||
end,
|
||||
["verifyMe"] = function(ply) gmInte.verifyPlayer(ply) end,
|
||||
["sendFPS"] = function(ply, data) ply:gmInteSetFPS(fps) end,
|
||||
["sendFPS"] = function(ply, data) ply:gmInteSetFPS(data.fps) end,
|
||||
}
|
||||
|
||||
net.Receive("gmIntegration", function(len, ply)
|
||||
|
|
Loading…
Reference in New Issue
Block a user