Skip to content

Commit 512b779

Browse files
authored
Merge branch 'dev' into chore
2 parents 05c73ec + 94be04c commit 512b779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CAPI/cpp/API/src/logic.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ bool Logic::Move(int64_t time, double angle)
202202
bool Logic::Send(int32_t toID, std::string message, bool binary)
203203
{
204204
logger->debug("Called SendMessage");
205-
return pComm->Send(playerID, teamID, toID, std::move(message), binary);
205+
return pComm->Send(playerID, toID, teamID, std::move(message), binary);
206206
}
207207

208208
bool Logic::HaveMessage()

0 commit comments

Comments
 (0)