mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 15:47:04 +01:00
another fix for mentor replies (#18665)
* another fix for mentor replies * . * . * .
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
if(cmptext(copytext(whom,1,2),"@"))
|
||||
whom = findStealthKey(whom)
|
||||
C = GLOB.directory[whom]
|
||||
else if(istype(whom,/client))
|
||||
else if(isclient(whom))
|
||||
C = whom
|
||||
if(!C)
|
||||
if(holder)
|
||||
|
||||
Reference in New Issue
Block a user