Fix linting
This commit is contained in:
parent
e5e928d99a
commit
e6376ad059
23 changed files with 33 additions and 58 deletions
|
|
@ -52,7 +52,7 @@ export abstract class SoundHandler {
|
|||
return sound;
|
||||
}
|
||||
|
||||
public static play(sound: Sounds, volume: number = 1) {
|
||||
public static play(sound: Sounds, volume = 1) {
|
||||
if (!this.initialized || !OptionsHandler.options.soundsEnabled) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue