From 4ad66fa4dcd45f45e645780f425fab60f73e23c0 Mon Sep 17 00:00:00 2001 From: Paiton Bertschy <78337764+thewiilover@users.noreply.github.com> Date: Sat, 4 Jan 2025 14:58:46 -0600 Subject: [PATCH] Update chu3-national-matching.md Fix spelling mistake lol --- docs/chu3-national-matching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chu3-national-matching.md b/docs/chu3-national-matching.md index 7f95bdf2..ee9602ff 100644 --- a/docs/chu3-national-matching.md +++ b/docs/chu3-national-matching.md @@ -33,7 +33,7 @@ Below is a simple command to add firewall rules for Chunithm. ```shell @echo off -set /p gamedircectory = Make sure this is run as admin and enter game path (e.g. C:\SegaGames\Chunithm\bin\chusanApp.exe)\n +set /p gamedirectory = Make sure this is run as admin and enter game path (e.g. C:\SegaGames\Chunithm\bin\chusanApp.exe)\n netsh advfirewall firewall add rule name="Chunithm National Matching Inbound" dir=in action=allow profile=any program="%gamedirectory%" enable=yes netsh advfirewall firewall add rule name="Chunithm National Matching Outbound" dir=out action=allow profile=any program="%gamedirectory%" enable=yes ```