diff options
Diffstat (limited to 'gamemode/server/entity_functions.lua')
| -rw-r--r-- | gamemode/server/entity_functions.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gamemode/server/entity_functions.lua b/gamemode/server/entity_functions.lua index 8f18383..e5b91c1 100644 --- a/gamemode/server/entity_functions.lua +++ b/gamemode/server/entity_functions.lua @@ -85,8 +85,6 @@ end GMS.FadingOutProps = {} GMS.FadingInProps = {} -print("GMS_FadingInProps initalized") - function EntityMeta:Fadeout( speed ) if ( !IsValid( self ) ) then return end local speed = speed or 1 |
