13 lines
No EOL
362 B
Lua
13 lines
No EOL
362 B
Lua
--[[
|
|
© 2017 Thriving Ventures Limited do not share, re-distribute or modify
|
|
|
|
without permission of its author (gustaf@thrivingventures.com).
|
|
]]
|
|
|
|
local plugin = plugin;
|
|
|
|
plugin.name = "Steam Family Sharing";
|
|
plugin.author = "fangli";
|
|
plugin.version = "1.0";
|
|
plugin.description = "Bans users avoiding bans by using Steam Family Sharing";
|
|
plugin.toggled = false; |