diff options
author | Frug <frugen@gmail.com> | 2014-07-20 18:46:11 -0400 |
---|---|---|
committer | Frug <frugen@gmail.com> | 2014-07-20 18:46:11 -0400 |
commit | c3b83d718a5151b27fcdc742382a971925ee93f4 (patch) | |
tree | f762b0de6b113a7cf9032cd3581093a44572149e /chat/lib/class | |
parent | d16eabdd27b0bd26564ec54f1c53d1ba2250373e (diff) | |
parent | 1306c332cc0f3ef2304d113dbc5dbefd315605c1 (diff) | |
download | AJAX-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.php | 3 |
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); } |