(cherry picked from commit 384e558df3ea25bab143ccc4043b91b5e7454e62)
This commit is contained in:
NoM0Re
2025-11-28 20:45:13 -07:00
committed by andrew6180
parent 1879f360fa
commit 83c8ebe861
34 changed files with 294 additions and 159 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ local get = function(states, key, field)
if field == nil then
return state
end
return state[field] or nil
return state[field]
end
return nil
end