clean up slightly

This commit is contained in:
2019-11-14 21:14:52 +03:00
parent 0f367eaf96
commit 3560be99a1
10 changed files with 299 additions and 412 deletions

View File

@ -2,7 +2,6 @@ package gamemap
import (
"encoding/json"
"fmt"
"io/ioutil"
"lab.zaar.be/thefish/alchemyst-go/engine/items"
"lab.zaar.be/thefish/alchemyst-go/engine/mob"
@ -113,8 +112,6 @@ func (pfbl PrefabLoader) PrefabRoomsList() []Room {
}
}
//add room to list
fmt.Printf("PREFAB room append: ", room.String())
rooms = append(rooms, room)
}
return rooms