mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-26 07:06:44 +01:00
Should fix glowstone
This commit is contained in:
parent
29615999b9
commit
8140581e4e
@ -1589,14 +1589,14 @@ public class PlotMain extends JavaPlugin {
|
|||||||
try {
|
try {
|
||||||
new SetBlockFast();
|
new SetBlockFast();
|
||||||
PlotHelper.canSetFast = true;
|
PlotHelper.canSetFast = true;
|
||||||
} catch (final Exception e) {
|
} catch (final Throwable e) {
|
||||||
PlotHelper.canSetFast = false;
|
PlotHelper.canSetFast = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
new SendChunk();
|
new SendChunk();
|
||||||
PlotHelper.canSendChunk = true;
|
PlotHelper.canSendChunk = true;
|
||||||
} catch (final Exception e) {
|
} catch (final Throwable e) {
|
||||||
PlotHelper.canSendChunk = false;
|
PlotHelper.canSendChunk = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user