isSitWhileSeated -> canSitWhileSeated + better sitWhileSeated logic

This commit is contained in:
Oth3r 2024-08-26 14:39:08 -05:00
commit e2b1a5f414
2 changed files with 3 additions and 3 deletions

View file

@ -69,7 +69,7 @@ public class ServerConfig {
return keepActive;
}
public boolean isSitWhileSeated() {
public boolean canSitWhileSeated() {
return sitWhileSeated;
}