Skip to content

Commit 5f4c588

Browse files
committed
Remove some comments that no longer apply and the outputconsole function from the pickup loop.
1 parent a48cd92 commit 5f4c588

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

amx/client/client.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ end
271271
-----------------------------
272272
-- Pickup related
273273
function pickupOnInteriorChangeLoop()
274-
outputConsole('pickupOnInteriorChangeLoop called')
275274
local vw = getElementDimension(localPlayer)
276275
local interior = getElementInterior(localPlayer)
277276
for i, v in ipairs(getElementsByType("pickup", root)) do --Only for those that are streamed in

amx/server/syscalls.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3038,8 +3038,6 @@ function CreateExplosionForPlayer(amx, player, x, y, z, type, radius)
30383038
return 1
30393039
end
30403040

3041-
-- If I put this in syscalls.lua the whole thing crashes at startup at syscallsinit or whatever, if i put it here, the entire screen is black
3042-
-- when joining the server and natives are no longer processed...
30433041
function toggleUninmplementedErrors ( playerSource, commandName )
30443042
if not isPlayerInACLGroup(playerSource, 'Console') then
30453043
return

0 commit comments

Comments
 (0)