3D-Stream-Radio/addon.json
Grocel cca3c64aa8 Improved load times on some cases and updated wirelink support
- Removed `collectgarbage( "collect" )` calls to improve load times on some cases.
- Updated Wirelink detection to upcomming Wiremod changes.
2023-12-30 04:25:31 +01:00

26 lines
281 B
JSON

{
"title": "3D Stream Radio",
"type": "tool",
"tags": [
"fun",
"roleplay"
],
"ignore": [
"*.git*",
"*.vscode*",
"glualint",
"glualint.json",
"*.svn*",
"*.txt",
"*.bat",
"*.html",
"*.gma",
"*.zip",
"noupload/*",
"*.md",
"LICENSE",
"git-*"
]
}