You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New features
A new feature has been added for selected users (Gregflix). It has no connection to Counter Strike and for users to use it, they have to be manually approved.
Logic changes
After each restart scheduled tasks will be delayed until the next full hour. This is to prevent repeated collection tasks requests to the database after each restart (for example during the development phase). It would be recommended to restart the application close to the next full hour to ensure functionalities (especially the retake join task).
Bugfixes
added missing localization declaration for teams event
removed sout messages for scheduled tasks
changed collection task timer from an hour to a day
moved declaration and initialization of MessageService to StartUp (like DataService)
added square brackets (containing application and class name) to each sout message for clearer readability on cyberance
moved urls to properties
removed "ConsoleUpdate" class (will be recreated as a task)