client/verb/Who()
var/mob/M
usr << "<center><font color=red size=0 style=verdana>-=Online Players=-</font></center>"
for(M in world)
if(M == usr) continue
if(M.key) usr << M.key
Problem description:
when i started the game, and click the Who button the only thing that shows up is the -=Online Players=- .... and the users online wont show up.. please help me thanks....