removed stray ;

This commit is contained in:
Walter Julius Hennecke 2013-05-17 20:22:08 +02:00
parent 2a32ce023c
commit 1c7ed5bde0
1 changed files with 1 additions and 1 deletions

View File

@ -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");