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:
parent
b97bf6353d
commit
b9209541c8
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user