diff --git a/pom.xml b/pom.xml
index fa7080a9..ba86b467 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
- 3.4
+ 3.5-SNAPSHOT
org.bukkit
diff --git a/src/main/java/fr/xephi/authme/process/register/AsyncronousRegister.java b/src/main/java/fr/xephi/authme/process/register/AsyncronousRegister.java
index 96fd05e0..09ab2b17 100644
--- a/src/main/java/fr/xephi/authme/process/register/AsyncronousRegister.java
+++ b/src/main/java/fr/xephi/authme/process/register/AsyncronousRegister.java
@@ -113,7 +113,7 @@ public class AsyncronousRegister {
try {
final String hashnew = PasswordSecurity.getHash(
Settings.getPasswordHash, password, name);
- auth = new PlayerAuth(name, hashnew, getIp(), new Date().getTime(),
+ auth = new PlayerAuth(name, hashnew, getIp(), 0,
(int) player.getLocation().getX(), (int) player
.getLocation().getY(), (int) player.getLocation()
.getZ(), player.getLocation().getWorld().getName(),
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index d3d836be..998345e3 100644
--- a/src/main/resources/plugin.yml
+++ b/src/main/resources/plugin.yml
@@ -3,7 +3,7 @@ author: Xephi59
website: http://dev.bukkit.org/bukkit-plugins/authme-reloaded/
description: AuthMe prevents people, which aren't logged in, from doing stuff like placing blocks, moving, typing commands or seeing the inventory of the current player.
main: fr.xephi.authme.AuthMe
-version: 3.4
+version: 3.5-SNAPSHOT
softdepend: [Vault, ChestShop, Spout, Multiverse-Core, Notifications, Citizens, CombatTag, Essentials, EssentialsSpawn]
commands:
register: