]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/func/ladder.qc
Clean out self from most NET_HANDLEs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / ladder.qc
index ea8af7198bf2fadb4cee00cea74dd8babffabeb2..570ef3bad23e0c15c9fb844029e7ade4ac571029 100644 (file)
@@ -72,7 +72,7 @@ NET_HANDLE(ENT_CLIENT_LADDER, bool isnew)
        this.skin = ReadByte();
        this.speed = ReadCoord();
 
-       trigger_common_read(false);
+       trigger_common_read(this, false);
 
        this.solid = SOLID_TRIGGER;
        this.move_touch = func_ladder_touch;