Draft Recycle variant
[vchess.git] / client / src / variants / Antiking.js
index a13247a..3b1b36e 100644 (file)
@@ -131,7 +131,6 @@ export const VariantRules = class AntikingRules extends ChessRules {
 
   getCurrentScore() {
     if (this.atLeastOneMove())
-      // game not over
       return "*";
 
     const color = this.turn;