builder error on resupply page

This commit is contained in:
kepler155c
2018-04-03 17:16:21 -04:00
parent 0bda31a574
commit 708476b734

View File

@@ -92,6 +92,8 @@ local supplyPage = UI.Page {
function supplyPage:eventHandler(event)
if event.type == 'build' then
UI:setPage('start')
self:sync()
self.builder:build()
elseif event.type == 'menu' then