Merge pull request #9474 from nicetoolbox/fix-rev-mode

Prevent rev victory from happening instantly
This commit is contained in:
Fox McCloud
2018-09-09 18:11:21 -04:00
committed by GitHub
+1 -1
View File
@@ -306,7 +306,7 @@
if(!(objective.check_completion()))
return 0
return 1
return 1
/////////////////////////////
//Checks for a head victory//