You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1201,8 +1201,8 @@ public unsafe class ServerLibrary : IServerLibrary
1201
1201
privatestaticbytePlayer_RemoveWeaponFallback(nint_player,uint_weapon)=>thrownewExceptions.OutdatedSdkException("Player_RemoveWeapon","Player_RemoveWeapon SDK method is outdated. Please update your module nuget");
privatestaticvoidPlayer_RemoveWeaponComponentFallback(nint_player,uint_weapon,uint_component)=>thrownewExceptions.OutdatedSdkException("Player_RemoveWeaponComponent","Player_RemoveWeaponComponent SDK method is outdated. Please update your module nuget");
privatestaticvoidPlayer_RequestCloudIDFallback(nint_player,Player.RequestAuthCallbackDelegate_delegate)=>thrownewExceptions.OutdatedSdkException("Player_RequestCloudID","Player_RequestCloudID SDK method is outdated. Please update your module nuget");
privatestaticvoidPlayer_RequestCloudIDFallback(nint_player,ServerEvents.RequestAuthCallbackDelegate_delegate)=>thrownewExceptions.OutdatedSdkException("Player_RequestCloudID","Player_RequestCloudID SDK method is outdated. Please update your module nuget");
privatestaticvoidPlayer_SetAmmoFallback(nint_player,uint_ammoHash,ushort_ammo)=>thrownewExceptions.OutdatedSdkException("Player_SetAmmo","Player_SetAmmo SDK method is outdated. Please update your module nuget");
0 commit comments