Skip to content

can't print boolean variable v (line 178 of drmon.lua) #42

@rednas174

Description

@rednas174

In my Minecraft server (FTB-revelations), I tried this program and it gave the error that on line 178, it can't print the boolean variable "v".

A fix for this is to change (on line 178 of drmon.lua):
print(k.. ": ".. v)
to
print(k.. ": ".. tostring(v))

This fixes the issue without breaking older versions

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions