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:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user