Fix up TODOs and comments that have now been done
This commit is contained in:
parent
a784b06c2a
commit
6a868d3e41
4 changed files with 4 additions and 6 deletions
|
@ -98,7 +98,9 @@ func NewServer(opts ...ServerOption) *Server {
|
|||
|
||||
// Create the accountant
|
||||
s.accountant = accounts.NewAccountant()
|
||||
s.world = game.NewWorld(4, 8) // TODO: Configure this
|
||||
|
||||
// Start small, we can grow the world later
|
||||
s.world = game.NewWorld(4, 8)
|
||||
|
||||
return s
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue