Forgot to actual create cells. oops.
This commit is contained in:
parent
84a416b99f
commit
c25ab0229c
@ -57,9 +57,10 @@ public class DataCellManager {
|
||||
dataCells[x][y].addPlayer(player);
|
||||
} else {
|
||||
//create data cell
|
||||
dataCells[x][y] = new ServerDataCell();
|
||||
//add player
|
||||
dataCells[x][y].addPlayer(player);
|
||||
}
|
||||
//stream cell to player
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -29,7 +29,7 @@ public class ServerDataCell {
|
||||
* first comes into range of the cell.
|
||||
* @param virtualCell
|
||||
*/
|
||||
public ServerDataCell(VirtualCell virtualCell, Player p){
|
||||
public ServerDataCell(){
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user