yayalong's picture
Add files using upload-large-folder tool
8ebcee5 verified
raw
history blame contribute delete
170 Bytes
:: Copyright Epic Games, Inc. All Rights Reserved.
@echo off
pushd %~dp0
call setup.bat
title Matchmaker
::Run node server
node matchmaker %*
popd
pause