fix warning caused by compiler update

This commit is contained in:
BotoX 2019-09-27 13:17:30 +02:00 committed by zaCade
parent 917ec936f8
commit 2179907d2e

View File

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