Skip to content

Commit 7548a2e

Browse files
committed
Should fix issue #3
1 parent 62770c8 commit 7548a2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

addons/sourcemod/scripting/momsurffix/gametrace.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ methodmap Ray_t < AllocatableBase
220220
property Address m_pWorldAxisTransform
221221
{
222222
public get() { return view_as<Address>(LoadFromAddress(this.Address + offsets.rtoffsets.m_pWorldAxisTransform, NumberType_Int32)); }
223-
public set(Address _worldaxistransform) { StoreToAddress(this.Address + offsets.rtoffsets.m_pWorldAxisTransform, view_as<int>(_worldaxistransform), NumberType_Int8); }
223+
public set(Address _worldaxistransform) { StoreToAddress(this.Address + offsets.rtoffsets.m_pWorldAxisTransform, view_as<int>(_worldaxistransform), NumberType_Int32); }
224224
}
225225

226226
property bool m_IsRay

addons/sourcemod/scripting/momsurffix2.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public Plugin myinfo = {
1212
name = "Momentum surf fix \'2",
1313
author = "GAMMA CASE",
1414
description = "Ported surf fix from momentum mod.",
15-
version = "1.1.1",
15+
version = "1.1.2",
1616
url = "http://steamcommunity.com/id/_GAMMACASE_/"
1717
};
1818

0 commit comments

Comments
 (0)