Merge pull request #11935 from Ty-Omaha/what-the-heck-is-this-even

Refactors disgusting if statement
This commit is contained in:
variableundefined
2019-07-30 21:41:02 +08:00
committed by GitHub
+1 -1
View File
@@ -361,7 +361,7 @@
fingerprintshidden += text("\[[time_stamp()]\] (Wearing gloves). Real name: [], Key: []",H.real_name, H.key)
fingerprintslast = H.ckey
return 0
if(!( fingerprints ))
if(!fingerprints)
if(fingerprintslast != H.ckey)
//Add the list if it does not exist.
if(!fingerprintshidden)