1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-28 06:06:29 -04: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{} contributors := []string{}
file, err := os.Open(path.Join("./", "CONTRIBUTORS")) file, err := os.Open(path.Join("./", "CONTRIBUTORS"))
if err != nil { if err != nil {
log.Fatal("CONTRIBUTORS file is missing") log.Print("CONTRIBUTORS file is missing")
} }
defer file.Close() defer file.Close()