This commit is contained in:
winter 2023-01-08 00:33:18 +09:00
parent fb9bc588b8
commit ad03ea6a94
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ CrystalGauntlet.endpoints["/getGJComments21.php"] = ->(context : HTTP::Server::C
comment = Base64.urlsafe_encode(comment)
end
if Versions.parse(params["gameVersion"] || "19") >= Versions::V2_1
if Versions.parse(params["gameVersion"]? || "19") >= Versions::V2_1
comments_str << [
Format.fmt_comment({
2 => comment,