Invalidate botvars
This commit is contained in:
parent
dce648a641
commit
b218994f87
1 changed files with 1 additions and 0 deletions
|
|
@ -1109,6 +1109,7 @@ void LUA_InvalidatePlayer(player_t *player)
|
||||||
LUA_InvalidateUserdata(player->powers);
|
LUA_InvalidateUserdata(player->powers);
|
||||||
LUA_InvalidateUserdata(&player->loop);
|
LUA_InvalidateUserdata(&player->loop);
|
||||||
LUA_InvalidateUserdata(&player->cmd);
|
LUA_InvalidateUserdata(&player->cmd);
|
||||||
|
LUA_InvalidateUserdata(&player->botvars);
|
||||||
}
|
}
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue