Rushaway
Rushaway
Remove unnecessary database locking in InitializeBackupDB ## Description Removed unnecessary database locking in the `InitializeBackupDB` function since all SQL queries are executed asynchronously. ## Motivation and Context The database locking...
## Description This PR updates several dependencies to their newer versions and bumps the project version from 1.7.0 to 1.8.1. The following changes were made: - Updated icobucci/jwt from 5.4.2...
## Description - Uncommented and fixed the database query to get server data and prevent php warnings for $data - Added null coalescing operator for hostname array access ## Motivation...
It will be nice if support of RBG will be added, like here: https://github.com/srcdslab/sm-plugin-MultiColors/blob/master/addons/sourcemod/scripting/include/multicolors.inc#L869-L1045