\r
// draw the canleave message\r
if(getstati(STAT_VORE_CANLEAVE))\r
+ if not(spectatee_status) // this message doesn't address spectated players\r
{\r
s = strcat("^7Press ^3", getcommandkey("secondary fire", "+attack2"), " ^7to exit");\r
pos_x = bottom_x - stringwidth(s, TRUE, '0 0 0') * 16 / 2;\r
self.stat_eaten = spectatee.stat_eaten;\r
self.stat_stomachload = spectatee.stat_stomachload;\r
self.stat_digesting = spectatee.stat_digesting;\r
- //self.stat_canleave = spectatee.stat_canleave; // don't enable this one, since the notification it's used for does not address spectated players\r
+ self.stat_canleave = spectatee.stat_canleave;\r
setorigin(self, spectatee.origin);\r
setsize(self, spectatee.mins, spectatee.maxs);\r
SetZoomState(spectatee.zoomstate);\r