mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-04-25 21:57:12 +02:00
Fix wrong function registered under the wrong name.
This commit is contained in:
parent
58ad1d59e5
commit
6eb0e97a71
@ -142,7 +142,7 @@ void Register_Misc(HSQUIRRELVM vm)
|
||||
.Func(_SC("GetPlayerIdFromName"), &GetPlayerIdFromName)
|
||||
.Func(_SC("IsPlayerConnected"), &IsPlayerConnected)
|
||||
.Func(_SC("ForceAllSelect"), &ForceAllSelect)
|
||||
.Func(_SC("CheckEntityExists"), &SetKeyCodeName)
|
||||
.Func(_SC("CheckEntityExists"), &CheckEntityExists)
|
||||
.Func(_SC("GetDistrictName"), &GetDistrictName)
|
||||
.Func(_SC("GetDistrictNameEx"), &GetDistrictNameEx);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user