forked from UNLOZE/sm-plugins
Update entWatch-tools.sp
This commit is contained in:
@@ -92,7 +92,7 @@ public Action Command_TransferItem(int client, int args)
|
||||
|
||||
EquipPlayerWeapon(reciever, item.iWeapon);
|
||||
|
||||
item.dConfig.iDisplay &= iDisplay;
|
||||
item.dConfig.iDisplay = iDisplay;
|
||||
bTransfered = true;
|
||||
break;
|
||||
}
|
||||
@@ -145,7 +145,7 @@ public Action Command_TransferItem(int client, int args)
|
||||
|
||||
EquipPlayerWeapon(reciever, item.iWeapon);
|
||||
|
||||
item.dConfig.iDisplay &= iDisplay;
|
||||
item.dConfig.iDisplay = iDisplay;
|
||||
bTransfered = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user