Skip to content

Fixes internals.dm runtime

Rob Nelson requested to merge pull/13966/internals into Bleeding-Edge

Created by: Zth--

DEBUG: Runtime in internals.dm, line 59: Cannot execute null.add fingerprint(). [view]

Not only was this runtiming, it was redundant code because it was already stated before

if(internal) internal.add_fingerprint(user)

Note that internal and internals are 2 different variables. Internals with s is the hud variable.

Merge request reports