mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +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))
|
if (!player || P_IsLocalPlayer(player))
|
||||||
S_PauseAudio();
|
S_PauseAudio();
|
||||||
else
|
else
|
||||||
lua_pushboolean(L, false);
|
lua_pushnil(L);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue