egs: Use egs_users:broadcast to send the warp message to a single player too.
This commit is contained in:
parent
72989f5332
commit
3290aba95d
@ -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]).
|
||||
|
Loading…
Reference in New Issue
Block a user