Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison Ford committed Jan 10, 2024
1 parent e7ecb87 commit a9a4e0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion plugin/plugin.luau
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,9 @@ task.spawn(function()
if v.RunScript then
runScript(v.RunScript.script)
if v.RunScript.oneshot then
wait(2)
Logger:waitForFlush()
cleanup()
-- cleanup()
return
end
end
Expand Down
2 changes: 1 addition & 1 deletion src/place_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl PlaceRunner {
"-creatorType".to_string(),
format!("{:}", self.creator_type.unwrap()),
"-numtestserverplayersuponstartup".to_string(),
"0".to_string(),
"1".to_string(),
]
}
};
Expand Down

0 comments on commit a9a4e0a

Please sign in to comment.