fix a world << THING

(help)
This commit is contained in:
Boop
2014-07-05 20:28:08 +01:00
parent 6673b7b3c7
commit 8c3f6f2226

View File

@@ -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()