mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-14 13:28:50 +01:00
Added various protocols.
This commit is contained in:
parent
19766c1be6
commit
4b1ea25b58
7 changed files with 2636 additions and 6 deletions
|
|
@ -1315,6 +1315,8 @@ int enter_player_game (struct descriptor_data *d)
|
|||
/* Check for a login trigger in the players' start room */
|
||||
login_wtrigger(&world[IN_ROOM(d->character)], d->character);
|
||||
|
||||
MXPSendTag( d, "<VERSION>" ); /* <--- Add this line */
|
||||
|
||||
return load_result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue