diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-07 06:25:00 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-02-07 06:25:00 +0000 |
commit | caa2c43f341ab070ff82d99410ffab773ba19e72 (patch) | |
tree | bdacd386345c40a82372d6e792973a0322e5286f /src/map/clif.c | |
parent | a397e43494e3e4ffb4015b52c04f026dcaa7e3ca (diff) | |
download | hercules-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/clif.c')
-rw-r--r-- | src/map/clif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 2f9039dd0..733bb7699 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -4858,7 +4858,7 @@ int clif_displaymessage(const int fd, char* mes) // invalid pointer? nullpo_retr(-1, mes); - //Console [Wizputer] //Scrapped, as these are shared by disconnected players =X [Skotlex] + //Scrapped, as these are shared by disconnected players =X [Skotlex] if (fd == 0) return 0; else { |