Merge branch 'develop' of ssh://git.mnml.gg:40022/~/mnml into develop

This commit is contained in:
Mashy
2019-09-16 15:57:13 +10:00
7 changed files with 94 additions and 118 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ impl Effect {
},
_ => {
info!("{:?} does not have a mod effect", self);
warn!("{:?} does not have a mod effect", self);
return value;
},
}