Skip to content

Commit 1788c63

Browse files
committed
Merge pull request #99 from KirillMysnik/master
Fixed a typo leading to not being able to enable collisions on a player
2 parents 17b7092 + 6ac7cb2 commit 1788c63

File tree

1 file changed

+1
-1
lines changed
  • addons/source-python/packages/source-python/players

1 file changed

+1
-1
lines changed

addons/source-python/packages/source-python/players/entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def set_noblock(self, enable):
476476
if enable:
477477
self.collision_group = CollisionGroup.DEBRIS_TRIGGER
478478
else:
479-
self.collison_group = CollisionGroup.PLAYER
479+
self.collision_group = CollisionGroup.PLAYER
480480

481481
def get_noblock(self):
482482
"""Return whether noblock mode is enabled.

0 commit comments

Comments
 (0)