aboutsummaryrefslogtreecommitdiffstats
path: root/Modis/SDK/UPartyDefs.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Modis/SDK/UPartyDefs.pas')
-rw-r--r--Modis/SDK/UPartyDefs.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modis/SDK/UPartyDefs.pas b/Modis/SDK/UPartyDefs.pas
index 08f5fd44..0d6c4fb9 100644
--- a/Modis/SDK/UPartyDefs.pas
+++ b/Modis/SDK/UPartyDefs.pas
@@ -183,7 +183,7 @@ begin
ModiInfo.ModiDeInit := ModiDeInit;
//Call Service
- Result := PluginInterface.CallService('Party/RegisterModi', Integer(@ModiInfo), 0);
+ Result := PluginInterface.CallService('Party/RegisterModi', Integer(@ModiInfo), nil);
end;
end. \ No newline at end of file