mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 00:30:07 +01:00
Hopefully the remaining tabs are now spaces... eclipse is being odd.
This commit is contained in:
parent
e99b5a4abf
commit
0b4692e303
@ -22,7 +22,7 @@ import com.gmail.nossr50.Users;
|
|||||||
import com.gmail.nossr50.mcMMO;
|
import com.gmail.nossr50.mcMMO;
|
||||||
|
|
||||||
public class mcSaveTimer implements Runnable {
|
public class mcSaveTimer implements Runnable {
|
||||||
private final mcMMO plugin;
|
private final mcMMO plugin;
|
||||||
|
|
||||||
public mcSaveTimer(final mcMMO plugin)
|
public mcSaveTimer(final mcMMO plugin)
|
||||||
{
|
{
|
||||||
@ -31,10 +31,10 @@ public class mcSaveTimer implements Runnable {
|
|||||||
|
|
||||||
public void run()
|
public void run()
|
||||||
{
|
{
|
||||||
//All player data will be saved periodically through this
|
//All player data will be saved periodically through this
|
||||||
for(Player player : plugin.getServer().getOnlinePlayers())
|
for(Player player : plugin.getServer().getOnlinePlayers())
|
||||||
{
|
{
|
||||||
Users.getProfile(player).save();
|
Users.getProfile(player).save();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user