Start server implementation for correspondance play (early debug stage)
[vchess.git] / public / javascripts / variants / Grand.js
index 8d06f71..6408847 100644 (file)
@@ -387,5 +387,3 @@ class GrandRules extends ChessRules
                        " w 1111 - 00000000000000";
        }
 }
-
-const VariantRules = GrandRules;