mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-29 07:32:02 +00:00
fixed G_AddPlayer not sending return value
This commit is contained in:
parent
0e9b4acb58
commit
b73a15a0bf
1 changed files with 1 additions and 1 deletions
|
@ -3479,7 +3479,7 @@ static int lib_gAddPlayer(lua_State *L)
|
|||
}
|
||||
|
||||
LUA_PushUserdata(L, newplayer, META_PLAYER);
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue