mirror of
https://github.com/UnlegitDqrk/Potato.git
synced 2025-10-01 22:30:14 +02:00
Fixed an issue with my previous commit
This commit is contained in:
@@ -137,7 +137,7 @@ public class Potato implements Tuber {
|
||||
*/
|
||||
@Override
|
||||
public boolean isDelicious() {
|
||||
return this.isBaked() || this.isBoiled();
|
||||
return this.isBaked() || this.isCooked();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user