diff options
author | Frug <frugen@gmail.com> | 2014-07-20 18:45:50 -0400 |
---|---|---|
committer | Frug <frugen@gmail.com> | 2014-07-20 18:45:50 -0400 |
commit | 1306c332cc0f3ef2304d113dbc5dbefd315605c1 (patch) | |
tree | f762b0de6b113a7cf9032cd3581093a44572149e | |
parent | d16eabdd27b0bd26564ec54f1c53d1ba2250373e (diff) | |
parent | f1f974bcae3925d182f9fe2768a2115cd08e4911 (diff) | |
download | AJAX-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.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); } |