Skip to content

Commit e6fb003

Browse files
committed
Tweak GetWeaponName return value
1 parent 13ea083 commit e6fb003

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omp_core.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ native bool:SendDeathMessage(killer, killee, weapon);
697697
* <b><c>0</c></b>: The function failed to execute. The weapon specified does not exist.
698698
* </returns>
699699
*/
700-
native bool:GetWeaponName(WEAPON:weaponid, weapon[], len = sizeof (weapon));
700+
native GetWeaponName(WEAPON:weaponid, weapon[], len = sizeof (weapon));
701701

702702
/**
703703
* <library>omp_core</library>

0 commit comments

Comments
 (0)