mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-10-31 17:23:42 +01:00 
			
		
		
		
	Little more whitespace stuff.
This commit is contained in:
		| @@ -3,11 +3,10 @@ package com.gmail.nossr50.config; | |||||||
| import com.gmail.nossr50.mcMMO; | import com.gmail.nossr50.mcMMO; | ||||||
| import com.gmail.nossr50.datatypes.HUDType; | import com.gmail.nossr50.datatypes.HUDType; | ||||||
|  |  | ||||||
| public class Config extends ConfigLoader{ | public class Config extends ConfigLoader { | ||||||
|      |  | ||||||
|     public int xpGainMultiplier = 1; |     public int xpGainMultiplier = 1; | ||||||
|     public static Config instance = null; |     public static Config instance = null; | ||||||
|      |  | ||||||
|     public static Config getInstance() { |     public static Config getInstance() { | ||||||
|         if(instance == null) |         if(instance == null) | ||||||
|             instance = new Config(mcMMO.p); |             instance = new Config(mcMMO.p); | ||||||
|   | |||||||
| @@ -298,8 +298,7 @@ public class PlayerProfile { | |||||||
|         Long timestamp = System.currentTimeMillis() / 1000; //Convert to seconds |         Long timestamp = System.currentTimeMillis() / 1000; //Convert to seconds | ||||||
|         // if we are using mysql save to database |         // if we are using mysql save to database | ||||||
|         if (Config.getInstance().getUseMySQL()) { |         if (Config.getInstance().getUseMySQL()) { | ||||||
|             mcMMO.database.write("UPDATE "+Config.getInstance().getMySQLTablePrefix()+"huds SET " |             mcMMO.database.write("UPDATE "+Config.getInstance().getMySQLTablePrefix()+"huds SET hudtype = '"+hud.toString()+"' WHERE user_id = "+this.userid); | ||||||
|                     +" hudtype = '"+hud.toString()+"' WHERE user_id = "+this.userid); |  | ||||||
|             mcMMO.database.write("UPDATE "+Config.getInstance().getMySQLTablePrefix()+"users SET lastlogin = " + timestamp.intValue() + " WHERE id = " + this.userid); |             mcMMO.database.write("UPDATE "+Config.getInstance().getMySQLTablePrefix()+"users SET lastlogin = " + timestamp.intValue() + " WHERE id = " + this.userid); | ||||||
|             mcMMO.database.write("UPDATE "+Config.getInstance().getMySQLTablePrefix()+"users SET party = '"+this.party+"' WHERE id = " +this.userid); |             mcMMO.database.write("UPDATE "+Config.getInstance().getMySQLTablePrefix()+"users SET party = '"+this.party+"' WHERE id = " +this.userid); | ||||||
|             mcMMO.database.write("UPDATE "+Config.getInstance().getMySQLTablePrefix()+"cooldowns SET " |             mcMMO.database.write("UPDATE "+Config.getInstance().getMySQLTablePrefix()+"cooldowns SET " | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 GJ
					GJ