1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-22 23:25:23 +00: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()