diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 82f85c1ca..a0741f10d 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -77,11 +77,6 @@ int pc_isGM(struct map_session_data *sd) { if(sd->bl.type!=BL_PC ) return 0; - - //For console [Wizputer] //Unfortunately the console is "broken" because it shares fd 0 with disconnected players. [Skotlex] -// if ( sd->fd == 0 ) -// return 99; - for(i = 0; i < GM_num; i++) if (gm_account[i].account_id == sd->status.account_id) return gm_account[i].level; |