Loading server/runtime_go_nakama.go +8 −8 Original line number Diff line number Diff line Loading @@ -2312,8 +2312,8 @@ func (n *RuntimeGoNakamaModule) TournamentCreate(ctx context.Context, id string, if endTime != 0 && endTime < startTime { return errors.New("endTime must be >= startTime") } if duration < 0 { return errors.New("duration must be >= 0") if duration <= 0 { return errors.New("duration must be > 0") } if maxSize < 0 { return errors.New("maxSize must be >= 0") Loading server/runtime_javascript_nakama.go +7 −7 File changed.Contains only whitespace changes. Show changes Loading
server/runtime_go_nakama.go +8 −8 Original line number Diff line number Diff line Loading @@ -2312,8 +2312,8 @@ func (n *RuntimeGoNakamaModule) TournamentCreate(ctx context.Context, id string, if endTime != 0 && endTime < startTime { return errors.New("endTime must be >= startTime") } if duration < 0 { return errors.New("duration must be >= 0") if duration <= 0 { return errors.New("duration must be > 0") } if maxSize < 0 { return errors.New("maxSize must be >= 0") Loading
server/runtime_javascript_nakama.go +7 −7 File changed.Contains only whitespace changes. Show changes