diff --git a/ghost.lua b/ghost.lua index e24111a..ec98f42 100644 --- a/ghost.lua +++ b/ghost.lua @@ -649,10 +649,10 @@ Index = { map = c:next(), checksum = c:next(), player = c:next(), - time = c:next(), - flags = c:next(), + time = tonumber(c:next()), + flags = tonumber(c:next()), skin = c:next(), - color = c:next() + color = tonumber(c:next()) } end,