Skip to content

Commit 67b40ed

Browse files
committed
Addendum to 510990e (Return vectors for vehicles component funcs (fixes mantis 9507) (#150))
1 parent 47e416b commit 67b40ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Server/mods/deathmatch/logic/CResourceChecker.Data.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,8 +324,8 @@ namespace
324324
// XML
325325
{ false, "xmlNodeFindChild", "xmlFindChild" },
326326

327-
{ false, "getComponentPosition", "will return 3 floats instead of a Vector3", "1.5.4-9.11520" },
328-
{ false, "getComponentRotation", "will return 3 floats instead of a Vector3", "1.5.4-9.11520" },
327+
{ false, "getComponentPosition", "will return 3 floats instead of a Vector3", "1.5.5-9.11710" },
328+
{ false, "getComponentRotation", "will return 3 floats instead of a Vector3", "1.5.5-9.11710" },
329329
};
330330

331331

0 commit comments

Comments
 (0)