fix type
This commit is contained in:
parent
f3ae25efec
commit
361cde4b3e
@ -30,7 +30,7 @@ func loadClients() error {
|
|||||||
muxClients.Lock()
|
muxClients.Lock()
|
||||||
for _, c := range clts {
|
for _, c := range clts {
|
||||||
cx := ChirpClient{
|
cx := ChirpClient{
|
||||||
Config: ChirpConfig{
|
Config: &ChirpConfig{
|
||||||
InterceptPillage: true,
|
InterceptPillage: true,
|
||||||
Wartime: `🛡Defend`,
|
Wartime: `🛡Defend`,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user