diff --git a/modules/TenEditor.php b/modules/TenEditor.php index aa4906f..8e546d8 100644 --- a/modules/TenEditor.php +++ b/modules/TenEditor.php @@ -6,7 +6,7 @@ class TenEditor extends PatchBase { } function check() : bool { if ($this->fetch('https://sweetscape.com/010editor/')) - return $this->parse('/
v([\d\.]+)<\/div>/'); + return $this->parse('/
Current: v([\d\.]+)<\/div>/'); return false; } }