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);
|
EquipPlayerWeapon(reciever, item.iWeapon);
|
||||||
|
|
||||||
item.dConfig.iDisplay &= iDisplay;
|
item.dConfig.iDisplay = iDisplay;
|
||||||
bTransfered = true;
|
bTransfered = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -145,7 +145,7 @@ public Action Command_TransferItem(int client, int args)
|
|||||||
|
|
||||||
EquipPlayerWeapon(reciever, item.iWeapon);
|
EquipPlayerWeapon(reciever, item.iWeapon);
|
||||||
|
|
||||||
item.dConfig.iDisplay &= iDisplay;
|
item.dConfig.iDisplay = iDisplay;
|
||||||
bTransfered = true;
|
bTransfered = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user