Changeset 6232 for trunk/console/src/console.cpp
- Timestamp:
- 06/05/08 02:13:52 (7 months ago)
- Files:
-
- 1 modified
-
trunk/console/src/console.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/console/src/console.cpp
r6180 r6232 528 528 case SIGNAL_UPDATExUSER: 529 529 { 530 if ( gUserManager.FindOwner(s->Id(), s->PPID()) != NULL && s->SubSignal() == USER_STATUS530 if ((gUserManager.FindOwner(s->Id(), s->PPID()) != NULL && s->SubSignal() == USER_STATUS) 531 531 || s->SubSignal() == USER_EVENTS) 532 532 PrintStatus();
