mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +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…
Add table
Reference in a new issue