ソースを参照

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

master
atom0s 7年前
コミット
ae0cad9a5a
  1. バイナリ
      Release/Plugins/Servo.dll
  2. 2
      Source/main.cpp

バイナリ
Release/Plugins/Servo.dll

バイナリファイルは表示されません。

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;
}

読み込み中…
キャンセル
保存