mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-01 11:16:30 +00:00
Fixed mistake with #endif placement
This commit is contained in:
parent
6082e1fde4
commit
a0f2010889
1 changed files with 1 additions and 1 deletions
|
|
@ -11422,8 +11422,8 @@ void P_PlayerThink(player_t *player)
|
|||
{
|
||||
#ifdef HAVE_BLUA
|
||||
LUAh_PlayerThink(player);
|
||||
return;
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue