"No worldspawn in map."


(radiant) #1
WARNING: no module found for map interface type 'MAP'
No worldspawn in map.
Map_New

Why i see this if i open my map? My map is start with:

// entity 0
{
"classname" "worldspawn"
}

Help please! :bump:


(MuffinMan) #2

ok u probably just wrote it that way, anyway it should look something like that:

// entity 0
{
“classname” “worldspawn”
//brush 0
{

}
}

the brushes are enclosed in worldspawn brackets…