Debug info is summoned with F3, not F2
This commit is contained in:
parent
49fb3435da
commit
b699ad0ab6
@ -26,7 +26,7 @@ namespace TrueCraft.Client.Modules
|
||||
{
|
||||
switch (e.Key)
|
||||
{
|
||||
case Keys.F2:
|
||||
case Keys.F3:
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
@ -36,7 +36,7 @@ namespace TrueCraft.Client.Modules
|
||||
{
|
||||
switch (e.Key)
|
||||
{
|
||||
case Keys.F2:
|
||||
case Keys.F3:
|
||||
Enabled = !Enabled;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user