Skip to content

Commit e04d3ac

Browse files
Switch to beta cdn
1 parent 8391f3b commit e04d3ac

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ deploy:
142142
tags: true
143143
- provider: script
144144
skip_cleanup: true
145-
script: cdn-win.exe .\upload coreclr-module/stable/x64_win32 "${TRAVIS_BUILD_NUMBER}"
145+
script: cdn-win.exe upload coreclr-module/stable/x64_win32 "${TRAVIS_BUILD_NUMBER}"
146146
on:
147147
repo: FabianTerhorst/coreclr-module
148148
condition: "$WINDOWS_STABLE = true"
@@ -164,22 +164,22 @@ deploy:
164164
- provider: script
165165
skip_cleanup: true
166166
prerelease: true
167-
script: cdn-win.exe upload coreclr-module/alpha/x64_win32 "${TRAVIS_BUILD_NUMBER}"
167+
script: cdn-win.exe upload coreclr-module/beta/x64_win32 "${TRAVIS_BUILD_NUMBER}"
168168
on:
169169
repo: FabianTerhorst/coreclr-module
170170
condition: "$WINDOWS_BETA = true"
171171
tags: true
172172
- provider: script
173173
skip_cleanup: true
174174
prerelease: true
175-
script: ./cdn-linux upload coreclr-module/alpha/x64_linux "${TRAVIS_BUILD_NUMBER}"
175+
script: ./cdn-linux upload coreclr-module/beta/x64_linux "${TRAVIS_BUILD_NUMBER}"
176176
on:
177177
repo: FabianTerhorst/coreclr-module
178178
condition: "$LINUX_BETA = true"
179179
tags: true
180180
- provider: script
181181
skip_cleanup: true
182-
script: ./cdn-linux ./upload coreclr-module/alpha/x64_linux "${TRAVIS_BUILD_NUMBER}" && ./cdn-linux ./upload coreclr-module/alpha/x64_win32 "${TRAVIS_BUILD_NUMBER}"
182+
script: ./cdn-linux ./upload coreclr-module/beta/x64_linux "${TRAVIS_BUILD_NUMBER}" && ./cdn-linux ./upload coreclr-module/beta/x64_win32 "${TRAVIS_BUILD_NUMBER}"
183183
on:
184184
repo: FabianTerhorst/coreclr-module
185185
condition: "$DOTNET_BETA = true"

api/AltV.Net/Native/AltV.Checkpoint.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ internal static class Checkpoint
1717
[DllImport(DllName, CallingConvention = NativeCallingConvention)]
1818
internal static extern void Checkpoint_SetPosition(IntPtr entityPointer, Position position);
1919

20-
[DllImport(DllName, CallingConvention = NativeCallingConvention)]
21-
internal static extern void Checkpoint_GetRotation(IntPtr entityPointer, ref Rotation rotation);
22-
23-
[DllImport(DllName, CallingConvention = NativeCallingConvention)]
24-
internal static extern void Checkpoint_SetRotation(IntPtr entityPointer, Rotation rotation);
25-
2620
[DllImport(DllName, CallingConvention = NativeCallingConvention)]
2721
internal static extern short Checkpoint_GetDimension(IntPtr entityPointer);
2822

0 commit comments

Comments
 (0)