source-sdk-2013 icon indicating copy to clipboard operation
source-sdk-2013 copied to clipboard

Fix typo in logical expression

Open GamerDude27 opened this issue 4 years ago • 0 comments

A bitwise operator (|) is used instead of a logical one (||). This means that the right operand will be evaluated regardless of the result of the left operand.

GamerDude27 avatar Sep 09 '20 01:09 GamerDude27