mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-09 12:46:19 +00:00
Lua S_GetMusicPosition: Remove erroneous position input line
# Conflicts: # src/lua_baselib.c
This commit is contained in:
parent
5b504509c0
commit
21ec9d49fe
1 changed files with 1 additions and 1 deletions
|
|
@ -2293,7 +2293,7 @@ static int lib_sPauseMusic(lua_State *L)
|
|||
if (!player || P_IsLocalPlayer(player))
|
||||
S_PauseAudio();
|
||||
else
|
||||
lua_pushboolean(L, false);
|
||||
lua_pushnil(L);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue