From dd82e57fcd31b98ff34268b8b9e54f3860a2c30e Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sat, 11 Nov 2017 09:01:50 +0100 Subject: [PATCH] Update: CC - Before Render - Moorcow (qi81k80v08.js) 6 bytes modified --- qi81k80v08.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qi81k80v08.js b/qi81k80v08.js index 8f4c342..704ab67 100644 --- a/qi81k80v08.js +++ b/qi81k80v08.js @@ -75,9 +75,9 @@ if (GameLib.Utils.UndefinedOrNull(this.initialized)) { var velocity = null; - var axisX = GameLib.Utils.GetRandomIntIncluse(1,10) * 0.1; - var axisY = GameLib.Utils.GetRandomIntIncluse(1,10) * 0.1; - var axisZ = GameLib.Utils.GetRandomIntIncluse(1,10) * 0.1; + var axisX = GameLib.Utils.GetRandomIntInclusive(1,10) * 0.1; + var axisY = GameLib.Utils.GetRandomIntInclusive(1,10) * 0.1; + var axisZ = GameLib.Utils.GetRandomIntInclusive(1,10) * 0.1; var angle = GameLib.Utils.GetRandomIntIncluse(1,100) * 0.001;