Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Update gus.go (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
JensvandeWiel authored Nov 22, 2023
1 parent 0048a87 commit a6de42d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/gus.go
Original file line number Diff line number Diff line change
Expand Up @@ -461,10 +461,10 @@ func (s *Server) SaveGameUserSettingsIni() error {
return err
}

err = replaceForwardSlashInFile(filepath.Join(s.ServerPath, "ShooterGame\\Saved\\Config\\WindowsServer\\GameUserSettings.ini"))
/*err = replaceForwardSlashInFile(filepath.Join(s.ServerPath, "ShooterGame\\Saved\\Config\\WindowsServer\\GameUserSettings.ini"))
if err != nil {
return err
}
}*/

runtime.EventsEmit(s.ctx, "reloadServers")

Expand Down

0 comments on commit a6de42d

Please sign in to comment.