fix: forgot the data.fps

This commit is contained in:
Linventif 2025-04-24 09:37:16 +00:00
parent 60551eee07
commit 8bdf3b4bc0

View File

@ -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)