Skip to content

Commit 0a7cb52

Browse files
oops, my bad word.
1 parent 5da1a99 commit 0a7cb52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

amx/server/syscalls.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -275,15 +275,15 @@ function AddVehicleComponent(amx, vehicle, upgradeID)
275275
end
276276

277277
function AllowAdminTeleport(amx, allow)
278-
depricated('AllowAdminTeleport', '0.3d')
278+
deprecated('AllowAdminTeleport', '0.3d')
279279
end
280280

281281
function AllowInteriorWeapons(amx, allow)
282-
depricated('AllowInteriorWeapons', '0.3d')
282+
deprecated('AllowInteriorWeapons', '0.3d')
283283
end
284284

285285
function AllowPlayerTeleport(amx, player, allow)
286-
depricated('AllowPlayerTeleport', '0.3d')
286+
deprecated('AllowPlayerTeleport', '0.3d')
287287
end
288288

289289
function ApplyAnimation(amx, player, animlib, animname, fDelta, loop, lockx, locky, freeze, time, forcesync)

amx/server/util.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ function isCustomPickup(elem)
10381038
return false
10391039
end
10401040

1041-
function depricated(native, version, additional)
1041+
function deprecated(native, version, additional)
10421042
if native ~= nil then
10431043
if version ~= '' or version ~= nil then
10441044
outputDebugString(native..' has been deprecated since '..version..' and will no longer be available.')

0 commit comments

Comments
 (0)