Updates timeout for when a player is not considered connected

This commit is contained in:
2023-04-24 21:32:25 -04:00
committed by GitHub
parent 12c45ba847
commit 00aa529c9d

View File

@@ -69,7 +69,7 @@ var multiplayer = {
let cookiesPs = Beautify(parseInt(parseFloat(data["cookiesPs"]) * 10) / 10) // Stores the amount of cookies per second
let style = "";
let button = "";
if (age > 3) {
if (age > 30) {
style = "color:grey";
} else {
if (username == Game.bakeryName) {