Fixed minor message typo at EffectHandler.
Contributed by Nazuka.
This commit is contained in:
@ -54,7 +54,7 @@ public class EffectHandler
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
throw new Error("Problems while running EffectMansterHandler", e);
|
||||
throw new Error("Problems while running EffectMasterHandler", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user