mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-16 04:17:34 +00:00
fix typo
This commit is contained in:
parent
8e214dc586
commit
6f81bcd063
|
@ -83,7 +83,7 @@ function gmInte.postLogPlayerDeath(ply, inflictor, attacker)
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
function gmInte.gmInte.postLogPlayerInitialSpawn(ply)
|
function gmInte.postLogPlayerInitialSpawn(ply)
|
||||||
if (logDisable() || ply:IsBot()) then return end
|
if (logDisable() || ply:IsBot()) then return end
|
||||||
|
|
||||||
gmInte.post("/server/log/playerInitialSpawn",
|
gmInte.post("/server/log/playerInitialSpawn",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user