diff --git a/OpenRA.Game/Chrome.cs b/OpenRA.Game/Chrome.cs index 3e80122ff7..94d003a24a 100644 --- a/OpenRA.Game/Chrome.cs +++ b/OpenRA.Game/Chrome.cs @@ -84,7 +84,7 @@ namespace OpenRA lastMousePos = mi.Location; ticksSinceLastMove = 0; } - return true; + return false; }