forked from virt-mirrors/Sit
isSitWhileSeated -> canSitWhileSeated + better sitWhileSeated logic
This commit is contained in:
parent
2e1ae46d77
commit
e2b1a5f414
2 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ public class ServerConfig {
|
|||
return keepActive;
|
||||
}
|
||||
|
||||
public boolean isSitWhileSeated() {
|
||||
public boolean canSitWhileSeated() {
|
||||
return sitWhileSeated;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue