parse some header values as numbers
This commit is contained in:
parent
d0e3698ee4
commit
46f787f543
@ -649,10 +649,10 @@ Index = {
|
|||||||
map = c:next(),
|
map = c:next(),
|
||||||
checksum = c:next(),
|
checksum = c:next(),
|
||||||
player = c:next(),
|
player = c:next(),
|
||||||
time = c:next(),
|
time = tonumber(c:next()),
|
||||||
flags = c:next(),
|
flags = tonumber(c:next()),
|
||||||
skin = c:next(),
|
skin = c:next(),
|
||||||
color = c:next()
|
color = tonumber(c:next())
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user