Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Feature/na recoded accounts logic #36

Open
wants to merge 2 commits into
base: feature/resinstate-n/a
Choose a base branch
from

Conversation

cdm
Copy link
Contributor

@cdm cdm commented Jun 18, 2021

No description provided.

sortFunc := func(i, j int) bool {
return participants[i].sortNum > participants[j].sortNum
}
sort.Slice(participants, sortFunc)

fmt.Println("")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are here to help/speed up final testing, all fmt.println should be removed before merge to develop of course.

Network crashed and game was not restarted, as of 18 June 2021

Copy link
Member

@jeremyletang jeremyletang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good to go minus the debugs indeed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants