Skip to content

Commit 5ecd56a

Browse files
committed
Update message from author
1 parent 269ba97 commit 5ecd56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IntelOrca.PvZTools/MainForm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public MainForm()
2020
InitializeComponent();
2121

2222
this.Icon = Resources.orca_icon;
23-
MessageBox.Show("PvZ Tools will only work for the original version of Plants vs. Zombies. You will have to obtain this yourself. In the likely case that this program does not work for you, it is probably because you have the wrong version. I will not be updating this to work with any other version apart from the original. I am unable to stop the game from spawning level zombies at this time. If you want the source code or to ask any appropriate questions, please contact me using the link at the bottom.", "Message from the author");
23+
MessageBox.Show("PvZ Tools will only work for the original version of Plants vs. Zombies. You will have to obtain this yourself. In the likely case that this program does not work for you, it is probably because you have the wrong version. I am unable to stop the game from spawning level zombies at this time. The source code for this can be found on GitHub (https://github.com/IntelOrca/PVZTools)", "Message from the author");
2424

2525
chkPool.Checked = true;
2626

0 commit comments

Comments
 (0)