This commit is contained in:
Michael Yoo 2014-10-06 12:07:48 +10:30
parent 9abd2c63f4
commit cd65179aef

View File

@ -176,6 +176,11 @@ namespace pocketmine {
//Detect the Time Zone string in systeminfo
preg_match($regex, $string, $matches);
if(!isset($matches[2]))
{
return false;
}
$offset = $matches[2];
if($offset == ""){