mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 10:48:26 -04:00
vars and target-typed new
This commit is contained in:
@@ -105,7 +105,7 @@ public partial class Games
|
||||
.OrderByDescending(x => x.votes)
|
||||
.ToArray();
|
||||
|
||||
for (int i = 0; i < stats.Length; i++)
|
||||
for (var i = 0; i < stats.Length; i++)
|
||||
{
|
||||
var (Index, votes, Text) = stats[i];
|
||||
sb.AppendLine(GetText(strs.poll_result(
|
||||
|
Reference in New Issue
Block a user