Skip to content

Commit

Permalink
remove space between rbvr and enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
LlysiX committed Jul 22, 2022
1 parent 977b76f commit 6d7f54d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private void pickFileButton_Click(object sender, EventArgs e)
}
}

void RemoveCon(string filename)
void RemovePatch(string filename)
{
listBox1.Items.Remove(filename);
}
Expand Down Expand Up @@ -143,7 +143,7 @@ private void listBox1_KeyUp(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.Delete || e.KeyCode == Keys.Back)
{
RemoveCon(listBox1.SelectedItem as string);
RemovePatch(listBox1.SelectedItem as string);
UpdateState();
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RBVR Enhanced Launcher
# RBVREnhanced Launcher

This is a tool to run [Rock Band VR Enhanced](https://github.com/RBEnhanced/RBVREnhanced) with patches from [RBVRE-Patches](https://github.com/LlysiX/RBVRE-Patches).

Expand Down

0 comments on commit 6d7f54d

Please sign in to comment.