Stability fixes, profile path and more.
Fixed a bunch of data races which should lead in stability improvements. Added possibility to specify game profile path within profile item. Added Urban Terror 4.3.2.
This commit is contained in:
@@ -20,4 +20,6 @@ type Profile struct {
|
||||
Second_x_session string `db:"second_x_session"`
|
||||
// Additional game parameters we will pass.
|
||||
Additional_params string `db:"additional_parameters"`
|
||||
// Profile path.
|
||||
Profile_path string `db:"profile_path"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user