mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-18 03:55:19 -04:00
Quick fix for last commit with copying/pasting.
This commit is contained in:
parent
3ddf6b003b
commit
1c667f7948
@ -40,7 +40,7 @@ namespace ClassicalSharp {
|
|||||||
else if( game.Network.ServerSupportsFullCP437 &&
|
else if( game.Network.ServerSupportsFullCP437 &&
|
||||||
key == game.InputHandler.Keys[KeyBinding.ExtendedInput] )
|
key == game.InputHandler.Keys[KeyBinding.ExtendedInput] )
|
||||||
altText.SetActive( !altText.Active );
|
altText.SetActive( !altText.Active );
|
||||||
else if( !OtherKey( key ) && controlDown ) return false;
|
else if( controlDown && !OtherKey( key ) ) return false;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user