diff --git a/xtrn/uberblox/game.js b/xtrn/uberblox/game.js
index 400b99b73e3d5db03b12da58685e0e9523f7efcc..66b7185434474b768a130adf4d4142859a6bbe24 100644
--- a/xtrn/uberblox/game.js
+++ b/xtrn/uberblox/game.js
@@ -568,15 +568,15 @@ function GameData()
 	this.players=client.read("uberblox","players",1);
 	this.alltime=client.read("uberblox","alltime",1);
 	this.update=false;
-	this.month=new Date().getMonth();
+	//this.month=new Date().getMonth();
 	
 	this.init=function()
 	{
-		client.lock("uberblox","month",2);
-		var month = client.read("uberblox","month");
-		if(month != this.month) 
-			this.reset();
-		client.unlock("uberblox","month");
+		// client.lock("uberblox","month",2);
+		// var month = client.read("uberblox","month");
+		// if(month != this.month) 
+			// this.reset();
+		// client.unlock("uberblox","month");
 		
 		if(!this.alltime) 
 			this.alltime={name:"none",score:0};