Don't set the player to previous position when uncrouching.

This commit is contained in:
William Moberg
2016-03-09 17:51:26 +01:00
parent 4ae39dcc36
commit 9581e9ac84
5 changed files with 21 additions and 2 deletions
@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<Collidable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Collidable.xsd">
<JitterGuard>true</JitterGuard>
</Collidable>
@@ -7,5 +7,10 @@
<xs:annotation>
<xs:documentation>Needs a Model or AABB component to work, uses AABB if both are attached.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:all>
<xs:element name="JitterGuard" type="t:bool" minOccurs="0"/>
</xs:all>
</xs:complexType>
</xs:element>
</xs:schema>