@@ -651,8 +651,8 @@ extern "C" {
static int cpp_playmusic(lua_State *L) {
const char* str = luaL_checkstring(L, 1);
const int volume = luaL_optinteger(L, 2, -1);
playmusic(str, volume);
const int loop = luaL_optinteger(L, 2, -1);
playmusic(str, loop);
return 0;
}
The note is not visible to the blocked user.