Skip to content

Commit fb1553e

Browse files
committed
refactor: ♻️ --headless
1 parent 3661912 commit fb1553e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addons/mod_loader/mod_loader_setup.gd

+1
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ func handle_injection() -> void:
193193
# Add modified binary to the pck
194194
func inject(injection_path: String, is_embedded := false) -> void:
195195
var arguments := []
196+
arguments.push_back("--headless")
196197
arguments.push_back("--pck-patch=%s" % injection_path)
197198
if is_embedded:
198199
arguments.push_back("--embed=%s" % injection_path)

0 commit comments

Comments
 (0)