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