Update SilentPlayerWrapper.java (#729)

This commit is contained in:
Matt 2020-10-31 22:00:14 -04:00 committed by GitHub
parent 0746c1185f
commit 65c0b8905f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,8 @@ package com.boydti.fawe.wrappers;
import com.sk89q.worldedit.entity.Player;
import com.sk89q.worldedit.util.formatting.text.Component;
//TODO: Add proper documenation for this class describing what it is. Is it just a wrapper for a player so no messages are printed anywhere?
/**
* Avoids printing any messages
*/