mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Revert door timing to normal
This commit is contained in:
parent
fdb2b7d504
commit
0dd37ce282
1 changed files with 0 additions and 3 deletions
|
|
@ -273,9 +273,6 @@ public final class DoorActionHandler {
|
|||
* closed again.
|
||||
*/
|
||||
public static void open(Scenery object, Scenery second, int replaceId, int secondReplaceId, boolean clip, int restoreTicks, boolean fence) {
|
||||
if(GameWorld.getSettings().getIncreased_door_time()){
|
||||
restoreTicks *= 5;
|
||||
}
|
||||
object = object.getWrapper();
|
||||
int mod = object.getType() == 9 ? -1 : 1;
|
||||
int firstDir = (object.getRotation() + ((mod + 4) % 4)) % 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue