mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-29 12:40:58 +00:00
Shouldn't be true by default, WOOPS
This commit is contained in:
parent
ec85357643
commit
940a58b5ca
1 changed files with 1 additions and 1 deletions
|
@ -780,7 +780,7 @@ static int lib_pBlackOw(lua_State *L)
|
|||
static int lib_pElementalFireTrail(lua_State *L)
|
||||
{
|
||||
player_t *player = *((player_t **)luaL_checkudata(L, 1, META_PLAYER));
|
||||
boolean cropcircle = lua_opttrueboolean(L, 2);
|
||||
boolean cropcircle = lua_optboolean(L, 2);
|
||||
NOHUD
|
||||
if (!player)
|
||||
return LUA_ErrInvalid(L, "player_t");
|
||||
|
|
Loading…
Reference in a new issue