Start server implementation for correspondance play (early debug stage)
[vchess.git] / public / javascripts / variants / Berolina.js
index 31630ab..517a93e 100644 (file)
@@ -133,5 +133,3 @@ class BerolinaRules extends ChessRules
                return super.getNotation(move); //all other pieces are orthodox
        }
 }
-
-const VariantRules = BerolinaRules;