From af0e2d04fe1b18ffe7944b65b26986e2d7098c1e Mon Sep 17 00:00:00 2001 From: RD42 <42702181+dashr9230@users.noreply.github.com> Date: Sun, 30 Jun 2024 22:32:54 +0800 Subject: [PATCH] [bot] Remove `asin` element in `custom_Natives` --- bot/scrcustom.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/bot/scrcustom.cpp b/bot/scrcustom.cpp index ab21409..51bcf35 100644 --- a/bot/scrcustom.cpp +++ b/bot/scrcustom.cpp @@ -279,7 +279,6 @@ AMX_NATIVE_INFO custom_Natives[] = { "acos", n_acos }, { "atan2", n_atan2 }, { "atan", n_atan }, - { "asin", n_asin }, { "StartRecordingPlayback", n_StartRecordingPlayback }, { "StopRecordingPlayback", n_StopRecordingPlayback }, { "PauseRecordingPlayback", n_PauseRecordingPlayback },