mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
Fix formatting issues due to bad IDE settings
This commit is contained in:
@@ -119,8 +119,8 @@ class TimingsCommand extends VanillaCommand{
|
||||
}
|
||||
|
||||
|
||||
$sender->sendMessage("Timings uploaded to http://paste.ubuntu.com/".$matches[1]."/");
|
||||
$sender->sendMessage("You can read the results at http://timings.aikar.co/?url=".$matches[1]);
|
||||
$sender->sendMessage("Timings uploaded to http://paste.ubuntu.com/" . $matches[1] . "/");
|
||||
$sender->sendMessage("You can read the results at http://timings.aikar.co/?url=" . $matches[1]);
|
||||
fclose($fileTimings);
|
||||
}else{
|
||||
fclose($fileTimings);
|
||||
|
Reference in New Issue
Block a user