@ -16,7 +16,14 @@ bool MultiSend::ReadCommand()
{
m_AshitaCore->GetChatManager()->Writef("Sending command: %s", text);
}
m_AshitaCore->GetChatManager()->QueueCommand(text, 0);
if (m_AshitaCore->GetPluginManager()->GetPlugin("Shorthand"))
m_AshitaCore->GetChatManager()->QueueCommand(text, -1);
else
delete text;
@ -116,7 +116,7 @@ __declspec(dllexport) void __stdcall CreatePluginInfo(plugininfo_t* lpBuffer)
strcpy_s(g_PluginInfo->Author, sizeof(g_PluginInfo->Author), "Thorny");
g_PluginInfo->InterfaceVersion = ASHITA_INTERFACE_VERSION;
g_PluginInfo->PluginVersion = 1.00f;
g_PluginInfo->PluginVersion = 1.01f;
g_PluginInfo->Priority = 0;