Browse Source

fix /flag to show correct admin status

Image 3 years ago
parent
commit
cf540d1201
1 changed files with 1 additions and 1 deletions
  1. 1 1
      EQ2/source/WorldServer/Commands/Commands.cpp

+ 1 - 1
EQ2/source/WorldServer/Commands/Commands.cpp

@@ -4562,7 +4562,7 @@ void Commands::Process(int32 index, EQ2_16BitString* command_parms, Client* clie
 					{
 						client->SimpleMessage(CHANNEL_COLOR_YELLOW,"Usage: /flag {name} {new_status}");
 						client->SimpleMessage(CHANNEL_COLOR_YELLOW," Standard User: 0");
-						client->SimpleMessage(CHANNEL_COLOR_YELLOW," Admin User: 100");
+						client->Message(CHANNEL_COLOR_YELLOW," Admin User: %i", status);
 					}
 				}
 				break;