Revert "WIP - rebuilding translator"

This reverts commit ab420a0a44.
This commit is contained in:
Raum0x2A
2021-05-20 19:05:29 -06:00
parent ab420a0a44
commit 6d3a57d31c
3 changed files with 177 additions and 50 deletions

View File

@@ -54,7 +54,7 @@ func init() {
if err != nil {
panic(errors.New("can not load: " + fileloc[x]))
}
err = ioutil.WriteFile(NmsTemp+"/assets/lang/"+fileloc[x], []byte(data), 0644)
err = ioutil.WriteFile(NmsTemp+"/"+fileloc[x], []byte(data), 0644)
if err != nil {
panic(errors.New("can not write " + fileloc[x] + " to temp dir"))
}