Skip to content

player.closeContainer() freezes the game on Windows #141

@Earthcomputer

Description

@Earthcomputer

The following script:

var anticheatMediumDelay = function() {
    for (var i = 0; i < 20; i++)
        tick();
};
 
 
 
player.openContainer(1803,100 ,-1196 , "crafting");
anticheatMediumDelay();
if(player.currentContainer === null)
 {
    print("yeah boi");
 }
else
 {
    player.closeContainer();
 
 }

Seems to freeze the game on Windows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions