mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 21: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
|
||||
|
||||
function gmInte.gmInte.postLogPlayerInitialSpawn(ply)
|
||||
function gmInte.postLogPlayerInitialSpawn(ply)
|
||||
if (logDisable() || ply:IsBot()) then return end
|
||||
|
||||
gmInte.post("/server/log/playerInitialSpawn",
|
||||
|
|
Loading…
Reference in New Issue
Block a user