Skip to content

Commit

Permalink
Fix GetPropVector return type
Browse files Browse the repository at this point in the history
  • Loading branch information
samisalreadytaken committed Sep 7, 2024
1 parent c86bf82 commit 5df77e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sp/src/game/shared/mapbase/vscript_singletons.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ class CScriptNetPropManager
SetProp( float, Float );
GetProp( HSCRIPT, Entity );
SetProp( HSCRIPT, Entity );
GetProp( Vector, Vector );
GetProp( const Vector&, Vector );
SetProp( Vector, Vector );
GetProp( const char*, String );
SetProp( const char*, String );
Expand Down

0 comments on commit 5df77e8

Please sign in to comment.