]> code.citadel.org Git - citadel.git/commitdiff
added room name to entermessage panel
authorChilly <chilly@uncensored.citadel.org>
Thu, 29 Jul 1999 17:54:16 +0000 (17:54 +0000)
committerChilly <chilly@uncensored.citadel.org>
Thu, 29 Jul 1999 17:54:16 +0000 (17:54 +0000)
shaggy/citadel.java
shaggy/enterPanel.java

index 258c94235a84f3ccb706e2ac3c284d0d779ee518..bae92ac62b62e4d4a1372c6773ba45c1fe6b1441 100644 (file)
@@ -137,7 +137,6 @@ public class citadel {
   }
 
   public void login() {
-    rooms.loadFloorInfo();
     cp.login();
   }
 
index b2289597555a793f9486150afe360e93a5b1c13b..fffae3fd8dc977ec616563c76179516617cb06d7 100644 (file)
@@ -54,7 +54,7 @@ public class enterPanel extends Panel {
 
     msg.setText( "" );
 
-    np.setLabel( room );
+    np.setLabel( room + " (" + citadel.me.rooms.getRoomsFloorName( room  )+")" );
     this.room = room;
     this.recip = r;