1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00

Finish a sentence

Folks have been waiting 2 years for this, it's time to end the suspense.
This commit is contained in:
Jonathan Coates 2022-12-07 09:53:16 +00:00
parent 9f48395596
commit 9962ce1a5c
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -30,7 +30,8 @@ public LuaException(@Nullable String message, int level) {
}
/**
* Whether a level was explicitly specified when constructing. This is used to determine
* Whether a level was explicitly specified when constructing. If a level is not provided, the Lua runtime may
* attempt to pick the most suitable one.
*
* @return Whether this has an explicit level.
*/