Adjusts the detection of air and solids

#2
This commit is contained in:
zontreck 2025-03-06 17:13:49 -07:00
parent 7120b4083a
commit e53f26717f
5 changed files with 15 additions and 15 deletions

2
.vscode/tasks.json vendored
View file

@ -9,7 +9,7 @@
"build",
"-c",
"Debug",
"${workspaceFolder}/ModTemplate/ModTemplate.csproj"
"${workspaceFolder}/AriasServerUtils/AriasServerUtils.csproj"
],
"problemMatcher": "$msCompile"
},