mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-19 08:32:26 +00:00
Fix asynchronous actions executing other strips actions
This commit is contained in:
@@ -82,6 +82,8 @@ void Strip::HandleMsg(MigrateActionsMessage& msg) {
|
||||
|
||||
template<>
|
||||
void Strip::HandleMsg(GameMessages::RequestUse& msg) {
|
||||
if (m_PausedTime > 0.0f) return;
|
||||
|
||||
if (m_Actions[m_NextActionIndex].GetType() == "OnInteract") {
|
||||
IncrementAction();
|
||||
m_WaitingForAction = false;
|
||||
|
||||
Reference in New Issue
Block a user