Skip to content

Commit

Permalink
Fix Bots
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinaNova21 committed Apr 28, 2019
1 parent a3235bb commit 39e40da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func writeMods(c *Config) error {
if err != nil {
return err
}
bots[i] = main
bots[i] = filepath.Dir(main)
}
}
var out struct {
Expand Down

0 comments on commit 39e40da

Please sign in to comment.