Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Aug 3, 2019
1 parent d90e9ff commit a3080df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/CommandLine/Private/NodeCmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ FNodeCmd::FNodeCmd()
bIsWatchingScript = false;

//swap this to debug main script with an external local server, otherwise crashes will be relatively opaque
bUseRemoteMainScript = true;
bUseRemoteMainScript = false;
}

FNodeCmd::~FNodeCmd()
Expand Down
2 changes: 1 addition & 1 deletion Source/NodeJs/Private/NodeComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void UNodeComponent::BeginPlay()
RunDefaultScript();

//watch scripts?
if (bWatchFileOnBeginPlay)
if (bWatchFileOnBeginPlay)
{
Cmd->WatchScriptForChanges(DefaultScriptPath, [&](const FString& WatchedScriptPath)
{
Expand Down

0 comments on commit a3080df

Please sign in to comment.