mirror of
https://github.com/izzy2lost/Engine.git
synced 2026-03-10 11:52:02 -07:00
14 lines
157 B
Batchfile
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 |