From 62c2822040d99091b6ff3701412a9838b30144db Mon Sep 17 00:00:00 2001 From: Hoto Cocoa Date: Tue, 3 Oct 2017 11:12:35 +0900 Subject: [PATCH] Comment typo fix --- .gitignore | 1 + class/osutournament/check.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..600d2d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode \ No newline at end of file diff --git a/class/osutournament/check.php b/class/osutournament/check.php index d40c476..65b2be7 100644 --- a/class/osutournament/check.php +++ b/class/osutournament/check.php @@ -48,7 +48,7 @@ /** * $serverurl osu! ripple server custom URL * Default URL : https://ripple.moe - * use only $server = 1 (ripple) + * use only $server = 2 (ripple) * @var string */ private $serverurl;