Skip to content

Commit ace4794

Browse files
committed
Fix typo in a_samp.lua wrapper
1 parent c76712d commit ace4794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amx/server/natives/a_samp.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ end
413413

414414
function EnableVehicleFriendlyFire(amx)
415415
notImplemented('EnableVehicleFriendlyFire')
416-
return 1;
416+
return true
417417
end
418418

419419
function AllowInteriorWeapons(amx, allow)

0 commit comments

Comments
 (0)