mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 07:11:34 +00:00
removed stray ;
This commit is contained in:
parent
2a32ce023c
commit
1c7ed5bde0
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ Teleports client to target's position
|
||||||
*/
|
*/
|
||||||
static int Entity_Teleport(lua_State * L)
|
static int Entity_Teleport(lua_State * L)
|
||||||
{
|
{
|
||||||
lent_t* lent = NULL;;
|
lent_t* lent = NULL;
|
||||||
lent_t* target = NULL;
|
lent_t* target = NULL;
|
||||||
|
|
||||||
LUA_DEBUG("BEGIN - entity.Teleport");
|
LUA_DEBUG("BEGIN - entity.Teleport");
|
||||||
|
|
Loading…
Reference in a new issue