mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-08 22:33:24 +00:00
Undefined variable reference fix
This commit is contained in:
@@ -361,7 +361,7 @@ export default class Module {
|
||||
const statGetter = this[formattingOptions.synthetic];
|
||||
let unmodifiedStat = statGetter.call(this, false);
|
||||
let modifiedStat = statGetter.call(this, true);
|
||||
result = (modifiedStat / unmodifiedStat - 1) * 10000;
|
||||
val = (modifiedStat / unmodifiedStat - 1) * 10000;
|
||||
} else {
|
||||
val = this.getModValue(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user