Merge pull request #5509 from boopcat/happydrones

fix a world << THING
This commit is contained in:
Mloc
2014-07-05 20:25:22 +01:00
@@ -279,7 +279,6 @@ What a mess.*/
//RECORD FUNCTIONS
if("Search Records")
var/t1 = input("Search String: (Partial Name or ID or Fingerprints or Rank)", "Secure. records", null, null) as text
world << "input [t1]"
if ((!( t1 ) || usr.stat || !( authenticated ) || usr.restrained() || !interactable()))
return
Perp = new/list()