sdfjhklgf

This commit is contained in:
winter 2023-01-01 01:49:16 +09:00
parent 77aeb6ba57
commit 58bb7ace20
1 changed files with 5 additions and 1 deletions

View File

@ -20,9 +20,13 @@ CrystalGauntlet.endpoints["/getGJMapPacks21.php"] = ->(body : String): String {
coins = rs.read(Int32)
difficulty = rs.read(Int32)
col1 = rs.read(String)
col2 = rs.read(String)
col2 = rs.read(String | Nil)
level_id = rs.read(Int32)
if !col2
col2 = col1
end
if !properties.has_key?(id)
properties[id] = {
"name" => name,