mirror of
https://github.com/Grocel/3D-Stream-Radio.git
synced 2025-03-04 03:03:07 -05:00

- Removed `collectgarbage( "collect" )` calls to improve load times on some cases. - Updated Wirelink detection to upcomming Wiremod changes.
26 lines
281 B
JSON
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-*"
|
|
]
|
|
}
|
|
|