Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Index: binaries/data/mods/public/simulation/components/Auras.js
  2. ===================================================================
  3. --- binaries/data/mods/public/simulation/components/Auras.js    (revision 16009)
  4. +++ binaries/data/mods/public/simulation/components/Auras.js    (working copy)
  5. @@ -78,7 +78,7 @@
  6.         for (var value in this.template[name].Modifications)
  7.         {
  8.             var mod = {};
  9. -           mod.value = value.replace(/\./g, "/");
  10. +           mod.value = value.replace(/\./g, "/").replace(/\/\//g, ".");
  11.             if (this.template[name].Modifications[value].Add)
  12.                 mod.add = +this.template[name].Modifications[value].Add;
  13.             else if (this.template[name].Modifications[value].Multiply)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement