mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-06 08:37:15 -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{}
|
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()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user