Skip to content

Commit

Permalink
Fixed failing luacheck
Browse files Browse the repository at this point in the history
  • Loading branch information
tredfern committed Mar 2, 2021
1 parent 8d32a07 commit 8086659
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion game/ui/screens/game_over.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ local fullScreenPanel = require "game.ui.widgets.full_screen_panel"
local connect = require "moonpie.redux.connect"
local app = require "game.app"
local Map = require "game.rules.map"
local Character = require "game.rules.character"

local function result(isVictory)
if isVictory then
Expand Down

0 comments on commit 8086659

Please sign in to comment.