diff --git a/plugin/scripting/rngfix.sp b/plugin/scripting/rngfix.sp index df075d8..cbaba52 100644 --- a/plugin/scripting/rngfix.sp +++ b/plugin/scripting/rngfix.sp @@ -197,7 +197,7 @@ public void OnPluginStart() if (!PrepSDKCall_SetFromConf(gameMovementConf, SDKConf_Signature, "CreateInterface")) { SetFailState("Failed to get CreateInterface"); - } + } PrepSDKCall_AddParameter(SDKType_String, SDKPass_Pointer); PrepSDKCall_AddParameter(SDKType_PlainOldData, SDKPass_Pointer, VDECODE_FLAG_ALLOWNULL); PrepSDKCall_SetReturnInfo(SDKType_PlainOldData, SDKPass_Plain); @@ -213,7 +213,7 @@ public void OnPluginStart() delete CreateInterface; if (!gameMovement) - { + { SetFailState("Failed to get IGameMovement pointer"); }