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:
parent
4357ccf342
commit
af12204f13
@ -84,7 +84,7 @@ public static function readUserData($field) {
|
||||
*
|
||||
* @return integer
|
||||
*/
|
||||
public static /* int */ getRandomNumber() {
|
||||
public static function /* int */ getRandomNumber() {
|
||||
return 4; // chosen by a fair dice roll
|
||||
// guaranteed to be random
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user