egs: Use egs_users:broadcast to send the warp message to a single player too.

This commit is contained in:
Loïc Hoguin 2011-02-27 14:27:58 +01:00
parent 72989f5332
commit 3290aba95d

View File

@ -62,5 +62,4 @@ warp(QuestID, ZoneID, MapID, EntryID) ->
%% @doc Warp one player to a new map.
warp(GID, QuestID, ZoneID, MapID, EntryID) ->
{ok, User} = egs_users:read(GID),
User#users.pid ! {egs, warp, QuestID, ZoneID, MapID, EntryID}.
egs_users:broadcast({egs, warp, QuestID, ZoneID, MapID, EntryID}, [GID]).