providing syncs() user interface

This commit is contained in:
Axel Kittenberger 2018-05-14 08:47:01 +02:00
parent e6e9ba7d9c
commit d72667e1ae
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ user.syncs =
__ipairs =
function
( )
print( 'syncs.ipairs!!!' )
return SyncMaster.iwalk( )
end
}