Fixed compile errors with the map (some icon paths weren't added in full, so people trying to compile without FILE_DIR being automatically set would get errors)

Added a line of feedback for when jump to key fails, so we can see what's up with it on the server.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5313 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
petethegoat@gmail.com
2012-12-13 22:20:19 +00:00
parent b23d48794c
commit bdb8891e6a
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -86,6 +86,7 @@
keys += M.client
var/selection = input("Please, select a player!", "Admin Jumping", null, null) as null|anything in sortKey(keys)
if(!selection)
src << "No keys found."
return
var/mob/M = selection:mob
log_admin("[key_name(usr)] jumped to [key_name(M)]")