убрал зависающий кулак

This commit is contained in:
Ivor Barhansky 2023-04-11 00:56:38 +03:00
parent 3893a1c734
commit e2daf51a5f

View File

@ -1,5 +1,9 @@
<?php
echo "
<script>
let elem = document.getElementById('se-pre-con');
elem.parentNode.removeChild(elem);
</script>";
use DarksLight2\Training\TrainingManager;
use DarksLight2\Battle\Techniques\TechniqueCategoryEntity;