X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=src%2Fserver%2Fserver.c;h=bae6fa907a499d516ce2f4fa0c2a8f680a42b0b6;hb=a024e27494af5e9273c18b77d5ad73b6d20223e2;hp=01e2d841956d8c8794fe8106dedebfcb60b43fa2;hpb=b8913d7420311a9eb7da923a8fc645ac4ca25a45;p=tpg%2Fopendispense2.git diff --git a/src/server/server.c b/src/server/server.c index 01e2d84..bae6fa9 100644 --- a/src/server/server.c +++ b/src/server/server.c @@ -666,10 +666,10 @@ void Server_Cmd_GIVE(tClient *Client, char *Args) } // You can't alter an internal account - if( Bank_GetFlags(uid) & USER_FLAG_INTERNAL ) { - sendf(Client->Socket, "404 Invalid target user\n"); - return ; - } +// if( Bank_GetFlags(uid) & USER_FLAG_INTERNAL ) { +// sendf(Client->Socket, "404 Invalid target user\n"); +// return ; +// } // Parse ammount iAmmount = atoi(ammount);