Possible converted FPlayer

This commit is contained in:
Olof Larsson
2013-04-12 08:56:26 +02:00
parent 3e68c38861
commit 76f3f044ca
60 changed files with 174 additions and 335 deletions

View File

@ -15,7 +15,7 @@ public class AutoLeaveTask implements Runnable
public void run()
{
FPlayerColl.i.autoLeaveOnInactivityRoutine();
FPlayerColl.get().autoLeaveOnInactivityRoutine();
// maybe setting has been changed? if so, restart task at new rate
if (this.rate != ConfServer.autoLeaveRoutineRunsEveryXMinutes)