1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2025-01-29 20:56:22 -05:00

Closes Issue#176 (#178)

This commit is contained in:
Myles 2019-11-14 22:55:51 -06:00 committed by Tim Sarbin
parent b97bf6353d
commit b9209541c8

View File

@ -67,7 +67,7 @@ func (v *Credits) LoadContributors() []string {
contributors := []string{}
file, err := os.Open(path.Join("./", "CONTRIBUTORS"))
if err != nil {
log.Fatal("CONTRIBUTORS file is missing")
log.Print("CONTRIBUTORS file is missing")
}
defer file.Close()