clean up slightly
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user