mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-07-01 09:21:01 +00:00
Formatting
This commit is contained in:
@ -1040,7 +1040,7 @@ referral_randomizer() {
|
||||
# a more random distribution than simply calling RANDOM
|
||||
random_code="${referral_codes[$(awk '{srand($2); print int(rand()*$1)}' <<< "${#referral_codes[@]} $RANDOM")]}"
|
||||
|
||||
message info "Your random Penguin's referral code is:\n$random_code\n\nThank you!"
|
||||
message info "Your random Penguin's referral code is:\n\n$random_code\n\nThank you!"
|
||||
}
|
||||
|
||||
# Toggle between the LIVE and PTU game directories for all helper functions
|
||||
|
Reference in New Issue
Block a user