Phase out the need for isSleeping

Thanks to knowledge gained from the previous commit.
This commit is contained in:
Patrick 'Quezler' Mounier
2020-04-16 18:56:00 +02:00
parent b599bafd5e
commit e66a1a92c3
2 changed files with 19 additions and 22 deletions

View File

@@ -249,10 +249,6 @@ abstract class TileComp implements Posc, Teamc, Healthc, Tilec, Timerc, QuadTree
}
}
public boolean isSleeping(){
return sleeping;
}
/** Call when this entity is updating. This wakes it up. */
public void noSleep(){
sleepTime = 0f;