Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mesecons
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
mesecons
Commits
c7428d81
Commit
c7428d81
authored
9 years ago
by
Jeija
Browse files
Options
Downloads
Patches
Plain Diff
Remove unused VERSION file
and remove debug output
parent
cfd4f7c2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mesecons/VERSION
+0
-1
0 additions, 1 deletion
mesecons/VERSION
mesecons/internal.lua
+0
-1
0 additions, 1 deletion
mesecons/internal.lua
with
0 additions
and
2 deletions
mesecons/VERSION
deleted
100644 → 0
+
0
−
1
View file @
cfd4f7c2
0.41 DEV
This diff is collapsed.
Click to expand it.
mesecons/internal.lua
+
0
−
1
View file @
c7428d81
...
...
@@ -381,7 +381,6 @@ function mesecon.turnon(pos, link)
-- area not loaded, postpone action
if
not
node
then
print
(
"Mesecons: Postponing action!"
)
mesecon
.
queue
:
add_action
(
f
.
pos
,
"turnon"
,
{
link
},
nil
,
true
)
elseif
mesecon
.
is_conductor_off
(
node
,
f
.
link
)
then
local
rules
=
mesecon
.
conductor_get_rules
(
node
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment