View Full Version : Adventure Invitation Cancelled
topgearfan
19.04.17, 11:14
So I got this message in my mail:
"xxx has canceled the invitation, sent on the {2}, to the adventure "The Buccaneer Roundup".
Contact the host of the adventure if you want to be invited again."
I changed the player name to xxx but what does "sent on the {2}" mean? Seems rather odd.
As it's a 3 player co-op, I'd guess it's to indicate that 2 copies were sent. One to each of the players concerned.
Wording is a little confusing
It's a string interpolation bug. (Probably intended to be a date.)
What I mean by that is, the {2} is intended to be replaced by other information. Think of it like mad libs.
____ has canceled the invitation, sent on the ____, to the adventure ____.
{1} has canceled the invitation, sent on the {2}, to the adventure {3}.
It's a string interpolation bug. (Probably intended to be a date.)
What I mean by that is, the {2} is intended to be replaced by other information. Think of it like mad libs.
____ has canceled the invitation, sent on the ____, to the adventure ____.
{1} has canceled the invitation, sent on the {2}, to the adventure {3}.
The missed string is probably "Saturday afternoon, about tea time".
topgearfan
19.04.17, 18:42
It's a string interpolation bug. (Probably intended to be a date.)
Funny if true, the date is available in mailbox.
Powered by vBulletin™ Version 4.0.4 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.