mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 13:34:38 +02:00
Got warp working. BROKE ACTOR SPAWNING!
This commit is contained in:
parent
360d72b376
commit
fac9d28529
11 changed files with 137 additions and 14 deletions
|
@ -263,5 +263,10 @@ namespace FFXIVClassic_Lobby_Server
|
|||
}
|
||||
}
|
||||
|
||||
public void doWarp(String map, String x, String y, String z)
|
||||
{
|
||||
mProcessor.doWarp(Convert.ToUInt32(map), Single.Parse(x), Single.Parse(y), Single.Parse(z));
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue