From b16d25c8280c4316b95c6b2bbb73bdd49a65b7c3 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sun, 21 Feb 2021 18:36:09 -0600 Subject: Convert game controller to use entity attachment instead of a physics override This should make it get along better with other mods that affect physics overrides, and also prevent the "walking in place" when using it. --- docs/game-controller.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'docs') diff --git a/docs/game-controller.txt b/docs/game-controller.txt index bd63dc8..7e2e378 100644 --- a/docs/game-controller.txt +++ b/docs/game-controller.txt @@ -5,5 +5,4 @@ When a player leaves a controller, the string "player_left" is sent. In addition to right-clicking the controller in use to stop using it, the following will also cause a player to stop using the controller: * The controller is moved or removed * The player leaves the game -* The player is teleported away from the controller * The controller receives the string "release" on its digilines channel -- cgit v1.2.3