mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 05:11:34 +00:00
Whoops, didn't see the duplicate line.
This commit is contained in:
parent
d788cb7676
commit
dd13df2308
1 changed files with 0 additions and 1 deletions
|
@ -815,7 +815,6 @@ void LUAh_PlayerQuit(player_t *plr, int reason)
|
|||
LUA_PushUserdata(gL, plr, META_PLAYER); // Player that quit
|
||||
lua_pushinteger(gL, reason); // Reason for quitting
|
||||
}
|
||||
lua_pushinteger(gL, reason); // Reason for quitting
|
||||
lua_pushfstring(gL, FMT_HOOKID, hookp->id);
|
||||
lua_gettable(gL, LUA_REGISTRYINDEX);
|
||||
lua_pushvalue(gL, -3);
|
||||
|
|
Loading…
Reference in a new issue