mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-02-07 18:49:34 +01:00
Merge branch 'master' of https://github.com/inf112-v20/Fiasko
This commit is contained in:
commit
22f91c84c2
@ -148,8 +148,8 @@ public class Board {
|
||||
* Gets the power down status of the robot
|
||||
* @param robotID The robot id of the robot
|
||||
*/
|
||||
public void getPowerDown(RobotID robotID) {
|
||||
robots.get(robotID).isInPowerDown();
|
||||
public boolean getPowerDown(RobotID robotID) {
|
||||
return robots.get(robotID).isInPowerDown();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user