Quality Slider for Android (only)

This commit is contained in:
brausjonas
2023-03-31 16:38:47 +02:00
parent c22f97fe18
commit 9afc7778b1
12 changed files with 743 additions and 24 deletions
+4
View File
@@ -348,6 +348,7 @@ public class Room
{
//127 is the action for room cick
players[0].output.write(new byte[]{127, 0, 0, 0, 0, 0, 0, 0, 0, 0});
players[0].close();
}
} catch (Exception ex)
@@ -359,6 +360,7 @@ public class Room
if (players[1] != null)
{
players[1].output.write(new byte[]{127, 0, 0, 0, 0, 0, 0, 0, 0, 0});
players[1].close();
}
} catch (Exception ex)
@@ -370,6 +372,7 @@ public class Room
if (players[2] != null)
{
players[2].output.write(new byte[]{127, 0, 0, 0, 0, 0, 0, 0, 0, 0});
players[2].close();
}
} catch (Exception ex)
@@ -381,6 +384,7 @@ public class Room
if (players[3] != null)
{
players[3].output.write(new byte[]{127, 0, 0, 0, 0, 0, 0, 0, 0, 0});
players[3].close();
}
} catch (Exception ex)