mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 11:35:08 -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 &&
|
||||
key == game.InputHandler.Keys[KeyBinding.ExtendedInput] )
|
||||
altText.SetActive( !altText.Active );
|
||||
else if( !OtherKey( key ) && controlDown ) return false;
|
||||
else if( controlDown && !OtherKey( key ) ) return false;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user