summaryrefslogtreecommitdiffstats
path: root/chat/lib/class
diff options
context:
space:
mode:
authorFrug <frugen@gmail.com>2014-07-20 18:46:11 -0400
committerFrug <frugen@gmail.com>2014-07-20 18:46:11 -0400
commitc3b83d718a5151b27fcdc742382a971925ee93f4 (patch)
treef762b0de6b113a7cf9032cd3581093a44572149e /chat/lib/class
parentd16eabdd27b0bd26564ec54f1c53d1ba2250373e (diff)
parent1306c332cc0f3ef2304d113dbc5dbefd315605c1 (diff)
downloadAJAX-Chat-c3b83d718a5151b27fcdc742382a971925ee93f4.zip
AJAX-Chat-c3b83d718a5151b27fcdc742382a971925ee93f4.tar.gz
AJAX-Chat-c3b83d718a5151b27fcdc742382a971925ee93f4.tar.bz2
Merge branch 'VillainyStudios-master'
Diffstat (limited to 'chat/lib/class')
-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);
}