Reformat and clean up "net" package
This commit is contained in:
@@ -25,12 +25,12 @@ import net.server.world.World;
|
||||
* @author Ronan
|
||||
*/
|
||||
public class TimedMapObjectTask extends BaseTask implements Runnable {
|
||||
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
wserv.runTimedMapObjectSchedule();
|
||||
}
|
||||
|
||||
|
||||
public TimedMapObjectTask(World world) {
|
||||
super(world);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user