Adjust terminology in logging

This commit is contained in:
gsemaj 2021-09-15 15:48:01 -04:00
parent 33be67f7e9
commit 24a802facc
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ function setGameInfo(serverUUID) {
console.log('Cached version ' + lastversion);
} else {
console.log(
"Couldn't find last version record; cache will get overwritten"
"Couldn't find last version record; cache may get overwritten"
);
}
}