Changed method names to camelCaser

This commit is contained in:
Restioson 2017-05-07 17:37:52 +02:00
parent 61c08afc7f
commit 6cf1801f7e
1 changed files with 2 additions and 2 deletions

View File

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