1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-04-05 02:06:58 +00:00

@gegy1000 strikes again

This commit is contained in:
Restioson 2017-05-13 09:47:30 +02:00
parent aad81bead7
commit 7ff4631a9f

View File

@ -102,7 +102,8 @@ public class SpeakerPeripheral implements IPeripheral {
switch (methodIndex)
{
// playsound
case 0: {
case 0:
{
return playSound(args, false);
}