mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 20:36:42 +00:00
Removed extra fastLighting flag.
Fast lighting is now used when available.
This commit is contained in:
@ -63,10 +63,6 @@ public abstract class LocalWorld {
|
||||
return setBlockType(pt, type);
|
||||
}
|
||||
|
||||
public boolean setBlockTypeFast(Vector pt, int type, boolean fastLighting) {
|
||||
return setBlockTypeFast(pt, type);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get block type.
|
||||
*
|
||||
@ -118,10 +114,6 @@ public abstract class LocalWorld {
|
||||
return ret;
|
||||
}
|
||||
|
||||
public boolean setTypeIdAndDataFast(Vector pt, int type, int data, boolean fastLighting) {
|
||||
return setTypeIdAndDataFast(pt, type, data);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get block data.
|
||||
*
|
||||
|
Reference in New Issue
Block a user