Update character.go
This commit is contained in:
parent
ccb8ade1dc
commit
0cde01f46d
@ -245,7 +245,7 @@ func importChar(nick string) bool {
|
||||
file, err := ioutil.ReadFile("json/" + nick + ".json")
|
||||
|
||||
if err != nil {
|
||||
return false
|
||||
panic(err)
|
||||
}
|
||||
|
||||
var char Character
|
||||
|
Loading…
Reference in New Issue
Block a user