1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-10-01 00:26:48 +02:00

Fixing the Testcases

This commit is contained in:
snowleo
2012-02-05 17:35:47 +01:00
parent 8ab5bad988
commit a60f280a1c
6 changed files with 24 additions and 21 deletions

View File

@@ -190,7 +190,7 @@ public class User extends UserBase implements IUser
acquireWriteLock();
try
{
getData().setLastLocation(getLocation());
getData().setLastLocation(new com.earth2me.essentials.storage.Location(getLocation()));
}
finally
{