mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-01-20 09:17:29 +07:00
Fixed network crash -- todo stub out vendor generation when networked #89
This commit is contained in:
parent
f0a1cdfdb5
commit
ebac0a1a6c
@ -572,6 +572,9 @@ public class GameScreen extends ScreenAdapter implements GameLoadingScreen.Loada
|
||||
builder.with(new ItemGenerator());
|
||||
builder.with(new VendorGenerator());
|
||||
builder.with(new AIStepper());
|
||||
} else {
|
||||
builder.with(new ItemGenerator()); // TODO: #89
|
||||
builder.with(new VendorGenerator()); // TODO: #89
|
||||
}
|
||||
builder
|
||||
.with(new Pathfinder())
|
||||
|
Loading…
Reference in New Issue
Block a user