diff options
Diffstat (limited to 'scripts/context/lua/mtxrun.lua')
| -rw-r--r-- | scripts/context/lua/mtxrun.lua | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/scripts/context/lua/mtxrun.lua b/scripts/context/lua/mtxrun.lua index 175263748..f3c09d598 100644 --- a/scripts/context/lua/mtxrun.lua +++ b/scripts/context/lua/mtxrun.lua @@ -4079,8 +4079,8 @@ if not math.sind then  end  if not math.odd then -    function math.odd (n) return n % 2 == 0 end -    function math.even(n) return n % 2 ~= 0 end +    function math.odd (n) return n % 2 ~= 0 end +    function math.even(n) return n % 2 == 0 end  end | 
