Registrations currently disabled due to spam. Contact me externally if you need an account

Commit 5b949ee1 authored by natalie's avatar natalie 🦊
Browse files

destroy bug

parent a308ae28
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
            } elseif ($p[0]==$m[0] && $p[1]==$m[1] && $p[2]>$m[2]) {
                $m=$p;
                echo("later ver.\n");
            } elseif ($p[0]==$m[0] && $p[1]==$m[1] && $p[2]==$m[2] && $p[1]>$m[1]) {
            } elseif ($p[0]==$m[0] && $p[1]==$m[1] && $p[2]==$m[2] && $p[3]>$m[3]) {
                $m=$p;
                echo("later ver.\n");
            }