Continue working on client

This commit is contained in:
calzoneman 2013-12-19 12:14:48 -05:00
parent afff414aad
commit 556f9eb9e7
4 changed files with 47 additions and 124 deletions

View file

@ -619,10 +619,6 @@ Callbacks = {
/* REGION Rank Stuff */
rank: function(r) {
if (r > -1) {
$("#guestlogin").hide();
$("#chatline").show();
}
if(r >= 255)
SUPERADMIN = true;
CLIENT.rank = r;