Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
antiRedstoneClock
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
Container Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Trafalcraft
antiRedstoneClock
Commits
a8ffeae3
Verified
Commit
a8ffeae3
authored
Jan 21, 2019
by
Amosar
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a bug with the latest worldGuard beta version
parent
5f5be8e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ressources/plugin.yml
ressources/plugin.yml
+1
-1
src/com/trafalcraft/antiRedstoneClock/util/WorldGuard/WorldGuard_7.java
...craft/antiRedstoneClock/util/WorldGuard/WorldGuard_7.java
+1
-1
No files found.
ressources/plugin.yml
View file @
a8ffeae3
name
:
antiRedstoneClock
version
:
1.0.
3
version
:
1.0.
4
description
:
Limit the redstoneClock
author
:
Amosar
website
:
https://www.spigotmc.org/resources/antiredstoneclock.18557
...
...
src/com/trafalcraft/antiRedstoneClock/util/WorldGuard/WorldGuard_7.java
View file @
a8ffeae3
...
...
@@ -10,7 +10,7 @@ class WorldGuard_7 {
static
RegionManager
getRegionManager
(
WorldGuardPlugin
worldGuard
,
World
world
)
{
BukkitWorldGuardPlatform
wgPlatform
=
(
BukkitWorldGuardPlatform
)
WorldGuard
.
getInstance
().
getPlatform
();
com
.
sk89q
.
worldedit
.
world
.
World
worldEditWorld
=
wgPlatform
.
get
Matcher
().
get
WorldByName
(
world
.
getName
());
com
.
sk89q
.
worldedit
.
world
.
World
worldEditWorld
=
wgPlatform
.
getWorldByName
(
world
.
getName
());
return
wgPlatform
.
getRegionContainer
().
get
(
worldEditWorld
);
}
}
\ No newline at end of file
Amosar
@Amosar
mentioned in issue
#5 (closed)
·
Jan 26, 2019
mentioned in issue
#5 (closed)
mentioned in issue #5
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment