Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e46739550 | |||
| 13c4c19add |
+2
-1
@@ -2,4 +2,5 @@ b43527c
|
|||||||
60176fa
|
60176fa
|
||||||
8cd942b
|
8cd942b
|
||||||
83acd30
|
83acd30
|
||||||
b2baee0
|
b2baee0
|
||||||
|
13c4c19
|
||||||
+1
-1
@@ -74,7 +74,7 @@ end
|
|||||||
# rubocop:disable Metrics/MethodLength, Metrics/AbcSize, Metrics/CyclomaticComplexity, Metrics/PerceivedComplexity
|
# rubocop:disable Metrics/MethodLength, Metrics/AbcSize, Metrics/CyclomaticComplexity, Metrics/PerceivedComplexity
|
||||||
def main_once
|
def main_once
|
||||||
chkrslts = []
|
chkrslts = []
|
||||||
(0..TRY_TIMES).each do
|
(0...TRY_TIMES).each do
|
||||||
chkrslt = ServerStatusDetector::MinecraftServer.self_diag
|
chkrslt = ServerStatusDetector::MinecraftServer.self_diag
|
||||||
chkrslts.append(chkrslt)
|
chkrslts.append(chkrslt)
|
||||||
end
|
end
|
||||||
|
|||||||
+1
-1
@@ -18,7 +18,7 @@ require 'net/http'
|
|||||||
require 'uri'
|
require 'uri'
|
||||||
|
|
||||||
# @type const RELEASE_SERIAL_CODE: String
|
# @type const RELEASE_SERIAL_CODE: String
|
||||||
RELEASE_SERIAL_CODE = 'b2baee0'
|
RELEASE_SERIAL_CODE = '13c4c19'
|
||||||
# @type const CHANNEL: String
|
# @type const CHANNEL: String
|
||||||
CHANNEL = 'dev'
|
CHANNEL = 'dev'
|
||||||
# @type const VERSION_LIST_URL: String
|
# @type const VERSION_LIST_URL: String
|
||||||
|
|||||||
Reference in New Issue
Block a user