1
0
mirror of https://github.com/moparisthebest/xAuth synced 2024-12-21 22:58:51 -05:00

lol spacing

This commit is contained in:
Zach Iverson 2011-06-18 04:07:49 -04:00
parent 3c25f064e2
commit f134bf7f91

View File

@ -6,7 +6,7 @@ import org.bukkit.Bukkit;
import org.bukkit.entity.Player;
public class Account {
private int id = 0;
private int id = 0;
private String playerName;
private String password;
private String email;