From 1b56c55016224ca70a3fa3b1896af4c0bbf88982 Mon Sep 17 00:00:00 2001 From: funman300 Date: Fri, 26 Jun 2026 15:26:16 -0700 Subject: [PATCH] chore: add fifa-blaze submodule (Blaze protocol emulator) Registers the new fifa-blaze workspace as a submodule. Milestone 1: capture stub that logs every Blaze packet to JSONL. Co-Authored-By: Claude Sonnet 4.6 --- .gitmodules | 3 +++ fifa-blaze | 1 + 2 files changed, 4 insertions(+) create mode 160000 fifa-blaze diff --git a/.gitmodules b/.gitmodules index a88d297..373b0d8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "openfut-launcher"] path = openfut-launcher url = https://git.aleshym.co/funman300/openfut-launcher.git +[submodule "fifa-blaze"] + path = fifa-blaze + url = https://git.aleshym.co/funman300/fifa-blaze.git diff --git a/fifa-blaze b/fifa-blaze new file mode 160000 index 0000000..eccd46f --- /dev/null +++ b/fifa-blaze @@ -0,0 +1 @@ +Subproject commit eccd46f52b7958e77e5f08b0d4618b9e6d7eeb2f