I have no idea how this happened

I have no idea how this happened

diff --git a/src/engine/qcommon/q_shared.cpp b/src/engine/qcommon/q_shared.cpp
index 87642cc..636a451 100644
--- a/src/engine/qcommon/q_shared.cpp
+++ b/src/engine/qcommon/q_shared.cpp
@@ -2651,8 +2651,8 @@ bool Q_isanumber( pointer s )
     
     if( *s == '\0' )
     {
+        return false;
     }
-    return false;
     
     d = strtod( s, &p );
     

GitHub
sha: d349a2cb