fix warning caused by compiler update

This commit is contained in:
BotoX 2019-09-27 13:17:30 +02:00
parent 76ffbe7e13
commit d75e123e35
1 changed files with 0 additions and 3 deletions

View File

@ -302,9 +302,6 @@ RoundEndOutcome:RoundEndReasonToOutcome(reason)
return Draw;
}
}
// Return draw to satisfy compiler. (code will never reach this point.)
return Draw;
}
/**