1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-12-22 21:40:08 +00:00

Fixing ChatUtil

This commit is contained in:
Tim Düsterhus 2012-02-18 15:41:58 +01:00
parent 4357ccf342
commit af12204f13

View File

@ -84,7 +84,7 @@ public static function readUserData($field) {
* *
* @return integer * @return integer
*/ */
public static /* int */ getRandomNumber() { public static function /* int */ getRandomNumber() {
return 4; // chosen by a fair dice roll return 4; // chosen by a fair dice roll
// guaranteed to be random // guaranteed to be random
} }