Merge pull request #22146 from KoderaSoftwareUnlimited/fix-22143

Fix #22143
This commit is contained in:
Rémi Verschelde 2018-09-16 20:31:39 +02:00 committed by GitHub
commit e522baf0b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4443,7 +4443,9 @@ void GDScriptParser::_parse_class(ClassNode *p_class) {
continue;
} break;
case GDScriptTokenizer::TK_PR_SLAVE:
#ifdef DEBUG_ENABLED
_add_warning(GDScriptWarning::DEPRECATED_KEYWORD, tokenizer->get_token_line(), "slave", "puppet");
#endif
case GDScriptTokenizer::TK_PR_PUPPET: {
//may be fallthrough from export, ignore if so