Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
gmod_button
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown-gd committed Jan 21, 2023
1 parent d34c4f2 commit 3c694f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/plib/entity.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ if (SERVER) then
list.Set( 'Button Classes', 'momentary_rot_button', true )
list.Set( 'Button Classes', 'func_rot_button', true )
list.Set( 'Button Classes', 'func_button', true )
list.Set( 'Button Classes', 'gmod_button', true )

function ENTITY:IsButton()
if list.Get( 'Button Classes' )[ self:GetClass() ] then
Expand Down

0 comments on commit 3c694f9

Please sign in to comment.