servo [p5] #2

Merged
atom0s merged 1 commits from :master into master 7 years ago
  1. 2
      Source/main.cpp

2
Source/main.cpp

@ -63,7 +63,7 @@ void Servo::formatCommand(std::string* command) @@ -63,7 +63,7 @@ void Servo::formatCommand(std::string* command)
auto p2 = m_AshitaCore->GetDataManager()->GetParty()->GetMemberName(2);
auto p3 = m_AshitaCore->GetDataManager()->GetParty()->GetMemberName(3);
auto p4 = m_AshitaCore->GetDataManager()->GetParty()->GetMemberName(4);
auto p5 = m_AshitaCore->GetDataManager()->GetParty()->GetMemberName(4);
auto p5 = m_AshitaCore->GetDataManager()->GetParty()->GetMemberName(5);
*command = StringSub(*command, "[me]", p0 != nullptr ? p0 : "");
*command = StringSub(*command, "[p0]", p0 != nullptr ? p0 : "");

Loading…
Cancel
Save