Fixes internals.dm runtime
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.