mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
server: fixed npe error on load tests (miss buffer timer), code refactor
This commit is contained in:
parent
09dbdccfb2
commit
fe8b8e1def
9 changed files with 39 additions and 57 deletions
|
|
@ -8,6 +8,9 @@ import mage.interfaces.Action;
|
|||
import org.apache.log4j.Logger;
|
||||
|
||||
/**
|
||||
* Priority timer for both server and client sides
|
||||
* Client side version used for GUI-avatars redraw
|
||||
*
|
||||
* @author noxx
|
||||
*/
|
||||
public class PriorityTimer extends TimerTask {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue