Fix Generators
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
||||
"encoding/json"
|
||||
"math/rand"
|
||||
"os"
|
||||
"time"
|
||||
)
|
||||
|
||||
type DeepGnomeData struct {
|
||||
@@ -40,7 +39,6 @@ func LoadDeepGnomeData(path string) error {
|
||||
}
|
||||
|
||||
func GenerateDeepGnomeName(gender string) string {
|
||||
rand.Seed(time.Now().UnixNano())
|
||||
var nMs string
|
||||
if gender == "female" {
|
||||
nMs = generateDeepGnomeFemaleName()
|
||||
|
||||
Reference in New Issue
Block a user