summaryrefslogtreecommitdiff
path: root/src/client/Client.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-25 00:57:39 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-25 00:57:39 (GMT)
commit9cdf2b5902b692bed2d27c28bd51a506d052bbfb (patch)
tree782b14846c45c432396ae224804d81be503ee5af /src/client/Client.h
parent35858ef6073092f8447bbec8b18b768061cf8bd0 (diff)
downloadpowder-9cdf2b5902b692bed2d27c28bd51a506d052bbfb.zip
powder-9cdf2b5902b692bed2d27c28bd51a506d052bbfb.tar.gz
Login complete (minus brokenness)
Diffstat (limited to 'src/client/Client.h')
-rw-r--r--src/client/Client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/Client.h b/src/client/Client.h
index 644fb06..ef6a35e 100644
--- a/src/client/Client.h
+++ b/src/client/Client.h
@@ -12,7 +12,7 @@
enum LoginStatus
{
- LoginPasswordInvalid, LoginUsernameInvalid, LoginOkay, LoginBanned, LoginError
+ LoginOkay, LoginError
};
class Client: public Singleton<Client>