Removed debug-text

This commit is contained in:
Fierelier 2018-05-15 11:38:13 +02:00
parent 6bd4804acb
commit 30ed827469
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ namespace pdHealth
armorVal = pl.Armor;
healthVal = pl.Health;
Game.DisplayText("Health:\n " +pl.Health.ToString(), 1000);
Wait(tickTime);
}
}