Просмотр исходного кода

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

master
atom0s 7 лет назад
Родитель
Сommit
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;
}

Загрузка…
Отмена
Сохранить