with normal string gob

This commit is contained in:
2022-11-05 23:09:16 +01:00
parent 60623df003
commit e34aa4134e
3 changed files with 7 additions and 4 deletions

View File

@@ -66,6 +66,5 @@ func (cc *CharContext) About(ctx context.Context) ([]register.AboutItem, error)
}
func (cc *CharContext) Do(ctx context.Context, clientName string, commandName string, args map[string]string) error {
cc.pluginRegister.Do(ctx, clientName, commandName, args)
return nil
return cc.pluginRegister.Do(ctx, clientName, commandName, args)
}