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
9540c9d2
Unverified
Commit
9540c9d2
authored
Aug 14, 2018
by
Amosar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed small error with getWorldGuard access
parent
f32f3b02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/com/trafalcraft/antiRedstoneClock/util/WorldGuard/WorldGuardHook.java
...aft/antiRedstoneClock/util/WorldGuard/WorldGuardHook.java
+1
-1
No files found.
src/com/trafalcraft/antiRedstoneClock/util/WorldGuard/WorldGuardHook.java
View file @
9540c9d2
...
@@ -12,7 +12,7 @@ import org.bukkit.plugin.Plugin;
...
@@ -12,7 +12,7 @@ import org.bukkit.plugin.Plugin;
public
class
WorldGuardHook
{
public
class
WorldGuardHook
{
p
ublic
static
WorldGuardPlugin
getWorldGuard
()
{
p
rivate
static
WorldGuardPlugin
getWorldGuard
()
{
Plugin
plugin
=
Bukkit
.
getServer
().
getPluginManager
().
getPlugin
(
"WorldGuard"
);
Plugin
plugin
=
Bukkit
.
getServer
().
getPluginManager
().
getPlugin
(
"WorldGuard"
);
// WorldGuard may not be loaded
// WorldGuard may not be loaded
...
...
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