summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-07 06:25:00 +0000
committerFlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-02-07 06:25:00 +0000
commitcaa2c43f341ab070ff82d99410ffab773ba19e72 (patch)
treebdacd386345c40a82372d6e792973a0322e5286f /src/map/pc.c
parenta397e43494e3e4ffb4015b52c04f026dcaa7e3ca (diff)
downloadhercules-caa2c43f341ab070ff82d99410ffab773ba19e72.tar.gz
hercules-caa2c43f341ab070ff82d99410ffab773ba19e72.tar.bz2
hercules-caa2c43f341ab070ff82d99410ffab773ba19e72.tar.xz
hercules-caa2c43f341ab070ff82d99410ffab773ba19e72.zip
- Removed deprecated console code.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9815 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c5
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;