diff --git a/source/server/server.d b/source/server/server.d index 523ae58..25f95f9 100644 --- a/source/server/server.d +++ b/source/server/server.d @@ -229,7 +229,7 @@ public final class BesterServer bool authed = true; /* Strip the username of whitespace (TODO: Should we?) */ - //username = strip(username); + username = strip(username); /* Make sure username and password are not empty */ if(cmp(username, "") != 0 && cmp(password, "") != 0)