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:
@@ -28,7 +28,7 @@ import (
|
||||
"os"
|
||||
)
|
||||
|
||||
// Detect language on Unices.
|
||||
// Detect language on Windows.
|
||||
func (t *Translator) detectLanguage() {
|
||||
fmt.Println("ToDo! Forcing en_US for now!")
|
||||
t.Language = "en_US"
|
||||
|
Reference in New Issue
Block a user