/traderous

To get this branch, use:
bzr branch /bzr/traderous

« back to all changes in this revision

Viewing changes to planet.lua

  • Committer: Josh C
  • Date: 2013-06-25 19:56:26 UTC
  • Revision ID: josh@9ix.org-20130625195626-00x63mxdyk1k6ud7
last fix for saving

Show diffs side-by-side

added added

removed removed

49
49
                                                  goods = the.player.goods,
50
50
                                                  cargoSpace = the.player.cargoSpace
51
51
                                               }
52
 
                       print('saving')
53
52
                       the.storage:save()
54
 
                       print('finished saving')
55
53
 
56
54
                       tradeView = TradeView:new{ planet = self }
57
55
                       tradeView:activate()