1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-13 11:40:29 +00:00

Changed method names to camelCaser

This commit is contained in:
Restioson 2017-05-07 17:37:52 +02:00
parent 61c08afc7f
commit 6cf1801f7e

View File

@ -72,8 +72,8 @@ public class SpeakerPeripheral implements IPeripheral {
public String[] getMethodNames()
{
return new String[] {
"playsound", // Plays sound at resourceLocator
"playnote" // Plays note
"playSound", // Plays sound at resourceLocator
"playNote" // Plays note
};
}