We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb206c7 commit efcd6ebCopy full SHA for efcd6eb
garrysmod/lua/includes/extensions/util/worldpicker.lua
@@ -39,7 +39,7 @@ util.worldpicker = {
39
40
hook.Add( "VGUIMousePressAllowed", "WorldPickerMouseDisable", function( code )
41
42
- if ( !bDoing ) then return false end
+ if ( !bDoing ) then return end
43
44
local dir = gui.ScreenToVector( input.GetCursorPos() )
45
local tr = util.TraceLine( {
0 commit comments