wewo
This commit is contained in:
parent
d37d949513
commit
258404b7fa
14 changed files with 109 additions and 54 deletions
|
|
@ -10,9 +10,9 @@ pub fn check_eula() -> bool {
|
|||
return false;
|
||||
}
|
||||
|
||||
if (file.contains("eula=false")) {
|
||||
if file.contains("eula=false") {
|
||||
false
|
||||
} else if (file.contains("eula=true")) {
|
||||
} else if file.contains("eula=true") {
|
||||
true
|
||||
} else {
|
||||
false
|
||||
|
|
|
|||
Loading…
Reference in a new issue