Remove undo/redo code from UE Wingman
This commit is contained in:
@@ -323,6 +323,9 @@ void UWingServer::TryCallHandler(const FString &Line)
|
||||
return;
|
||||
}
|
||||
|
||||
// MCP handlers must not run inside an undo transaction.
|
||||
check(GUndo == nullptr);
|
||||
|
||||
// Invoke the handler.
|
||||
Handler->Handle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user