dever 7 tahun lalu
induk
melakukan
07d4a88961
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/Applet.php

+ 1 - 1
src/Applet.php

@@ -249,7 +249,7 @@ class Applet extends Base
                 $update['set_username'] = $name;
             }
             
-            if ($sex) {
+            if ($sex || $sex == 0) {
                 $update['set_sex'] = $this->saveSex($sex);
             }