Skip to content

Commit b37e56c

Browse files
committed
Bug Fix [2-2 #11]
Fix OFCT-Devs/OFCT_StreamKit_2-2#11
1 parent 5947446 commit b37e56c

15 files changed

+3
-2
lines changed

OFCTloader/Form1.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ void ShowcaseTitlesUpdate(object sender, EventArgs e)
147147

148148
void ShowcaseSetTextFiles(object sender, EventArgs e)
149149
{
150+
File.WriteAllText(bracketFileLocation, txtbx_showcase_bracket.Text);
150151
File.WriteAllText(tournamentNameFileLocation, txtbx_showcase_tournamentName.Text);
151152
File.WriteAllText(streamTitleFileLocation, rotxtbx_showcase_streamTitle.Text);
152153

OFCTloader/bin/Debug/OFCTloader.exe

0 Bytes
Binary file not shown.

OFCTloader/bin/Debug/OFCTloader.pdb

0 Bytes
Binary file not shown.

OFCTloader/bin/Release/OFCTloader.exe

0 Bytes
Binary file not shown.

OFCTloader/bin/Release/OFCTloader.pdb

0 Bytes
Binary file not shown.

OFCTloader/bin/StreamTitle.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
OFCT 2-2 예선 1라운드 맵풀 쇼케이스
1+
OFCT 2-2 최종 결선 맵풀 쇼케이스

OFCTloader/bin/braket.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
예선 1라운드 : A2
1+
최종 결선
Binary file not shown.

OFCTloader/obj/Debug/OFCTloader.exe

0 Bytes
Binary file not shown.

OFCTloader/obj/Debug/OFCTloader.pdb

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)