Skip to content

Commit f71a6a7

Browse files
Andrew McWattersAndrew McWatters
authored andcommitted
Code drop
1 parent abc0977 commit f71a6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/shared/entities/player.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ concommand( "+right", "Start moving player right", function( _, player )
199199
end, { "game" } )
200200

201201
concommand( "-right", "Stop moving player right", function( _, player )
202-
localplayer._buttons = bit.band( localplayer._buttons, bit.bnot( _E.IN_RIGHT ) )
202+
player._buttons = bit.band( player._buttons, bit.bnot( _E.IN_RIGHT ) )
203203
end, { "game" } )
204204

205205

0 commit comments

Comments
 (0)