Skip to content

Commit 0ef3c3b

Browse files
0.8.13
1 parent 4f8e694 commit 0ef3c3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DatabaseStats.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ public long InitMatch(string team1name, string team2name, string serverIp, bool
233233
{
234234
try
235235
{
236-
string mapName = matchConfig.Maplist[mapNumber];
237236
string mapName = isMatchSetup ? matchConfig.Maplist[mapNumber] : Server.MapName;
238237
string dateTimeExpression = (connection is SqliteConnection) ? "datetime('now')" : "NOW()";
239238

0 commit comments

Comments
 (0)