I accidentally the whole Uleat

This commit is contained in:
SecretsOTheP 2014-11-14 18:29:30 -05:00
parent 51b6db977f
commit d33b320436

View File

@ -2775,7 +2775,7 @@ void command_nukeitem(Client *c, const Seperator *sep)
void command_peekinv(Client *c, const Seperator *sep)
{
static enum {
enum {
peekWorn = 0x01,
peekInv = 0x02,
peekCursor = 0x04,
@ -2783,7 +2783,7 @@ void command_peekinv(Client *c, const Seperator *sep)
peekBank = 0x10,
peekTrade = 0x20,
peekWorld = 0x40
};
} ;
if (!c->GetTarget() || !c->GetTarget()->IsClient()) {
c->Message(0, "You must have a PC target selected for this command");