Parcourir la source

Fixed P5 not returning correct party member. (Thanks matix.)

master
atom0s il y a 7 ans
Parent
révision
ae0cad9a5a
  1. BIN
      Release/Plugins/Servo.dll
  2. 2
      Source/main.cpp

BIN
Release/Plugins/Servo.dll

Fichier binaire non affiché.

2
Source/main.cpp

@ -603,7 +603,7 @@ __declspec(dllexport) void __stdcall CreatePluginInfo(plugininfo_t* lpBuffer) @@ -603,7 +603,7 @@ __declspec(dllexport) void __stdcall CreatePluginInfo(plugininfo_t* lpBuffer)
strcpy_s(g_PluginInfo->Author, sizeof(g_PluginInfo->Author), "bluekirby0 & atom0s");
g_PluginInfo->InterfaceVersion = ASHITA_INTERFACE_VERSION;
g_PluginInfo->PluginVersion = 3.01f;
g_PluginInfo->PluginVersion = 3.02f;
g_PluginInfo->Priority = 0;
}

Chargement…
Annuler
Enregistrer