Fixed a few bugs

This commit is contained in:
Cooldude2606
2017-11-30 19:15:38 +00:00
parent 95ff205e2a
commit 4efa83edd9
5 changed files with 17 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
-- @module Game
-- @usage local Game = require('stdlib/game')
Game = { --luacheck: allow defined top
local Game = { --luacheck: allow defined top
VALID_FILTER = function(v)
return v and v.valid
end,