Update entWatch-tools.sp
This commit is contained in:
parent
30f8bb0a62
commit
4f65d02cb9
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user