summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrug <frugen@gmail.com>2014-07-20 18:45:50 -0400
committerFrug <frugen@gmail.com>2014-07-20 18:45:50 -0400
commit1306c332cc0f3ef2304d113dbc5dbefd315605c1 (patch)
treef762b0de6b113a7cf9032cd3581093a44572149e
parentd16eabdd27b0bd26564ec54f1c53d1ba2250373e (diff)
parentf1f974bcae3925d182f9fe2768a2115cd08e4911 (diff)
downloadAJAX-Chat-1306c332cc0f3ef2304d113dbc5dbefd315605c1.zip
AJAX-Chat-1306c332cc0f3ef2304d113dbc5dbefd315605c1.tar.gz
AJAX-Chat-1306c332cc0f3ef2304d113dbc5dbefd315605c1.tar.bz2
Merge branch 'master' of https://github.com/VillainyStudios/AJAX-Chat into VillainyStudios-master
Conflicts: chat/lib/class/AJAXChat.php
-rw-r--r--chat/lib/class/AJAXChat.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/chat/lib/class/AJAXChat.php b/chat/lib/class/AJAXChat.php
index ad53522..e0b44fd 100644
--- a/chat/lib/class/AJAXChat.php
+++ b/chat/lib/class/AJAXChat.php
@@ -1613,9 +1613,6 @@ class AJAXChat {
}
function rollDice($sides) {
- // seed with microseconds since last "whole" second:
- mt_srand((double)microtime()*1000000);
-
return mt_rand(1, $sides);
}