mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
fix typo for sound
This commit is contained in:
@@ -26,7 +26,7 @@ public class EventVisualilzer {
|
||||
|
||||
|
||||
public final SoundEffectType getSoundForEvent(Event evt) {
|
||||
SoundEffectType fromMap = matchTable.get(evt);
|
||||
SoundEffectType fromMap = matchTable.get(evt.getClass());
|
||||
|
||||
// call methods copied from Utils here
|
||||
if( evt instanceof SpellResolvedEvent ) {
|
||||
|
||||
Reference in New Issue
Block a user