Files
2025-01-18 19:24:06 -05:00

14 lines
157 B
Batchfile

:: Copyright Epic Games, Inc. All Rights Reserved.
@echo off
pushd %~dp0
call setup.bat
title Matchmaker
::Run node server
node matchmaker %*
popd
pause