fix typo for sound

This commit is contained in:
Maxmtg
2012-11-22 20:59:08 +00:00
parent b7fbf52f25
commit ecb5899872

View File

@@ -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 ) {