mirror of
https://github.com/Tribes2-SCP/AssetCompat.git
synced 2026-07-14 16:14:40 +00:00
Update t2Compat.cs
Fix execution targets.
This commit is contained in:
parent
3bed76fbee
commit
3af016405d
1 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
// functionality.
|
// functionality.
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
exec("t2Compat/etcFunctions.cs");
|
exec("./etcFunctions.cs");
|
||||||
exec("t2Compat/audioFunctions.cs");
|
exec("./audioFunctions.cs");
|
||||||
exec("t2Compat/playerFunctions.cs");
|
exec("./playerFunctions.cs");
|
||||||
exec("t2Compat/inputFunctions.cs");
|
exec("./inputFunctions.cs");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue