浏览代码

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

正在加载...
取消
保存