ParsePlayer ruft jetzt MapPlayer auf

This commit is contained in:
2014-04-11 11:34:34 +02:00
parent ef31ddf949
commit b44705d9e6

View File

@@ -262,13 +262,7 @@ namespace WorldOfPeacecraft
private void ProcessPlayer (Block playerBlock) private void ProcessPlayer (Block playerBlock)
{ {
int points = playerBlock.GetIntValue ("points"); backend.SetPlayer(MapPlayer(playerBlock));
int id = playerBlock.GetIntValue ("id");
bool busy = playerBlock.GetBoolValue ("busy");
string desc = playerBlock.GetStringValue ("desc");
int x = playerBlock.GetIntValue ("x");
int y = playerBlock.GetIntValue ("y");
//Player p = new Player(points, id, busy, desc, x, y,);
} }
private void ProcessMapcell (Block mapcellBlock) private void ProcessMapcell (Block mapcellBlock)